Skip to content

Commit 159a093

Browse files
committed
Update README.md
1 parent f5e6812 commit 159a093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ TestReflection testReflection = BRTestReflection.get()._new("a", "b");
9898
反射方法
9999
```java
100100
// 静态方法
101-
BRTestReflection.get(testReflection).testContextInvoke("context", 0);
101+
BRTestReflection.get().testStaticInvoke("static", 0);
102102

103103
// 上下文方法
104104
BRTestReflection.get(testReflection).testContextInvoke("context", 0);

0 commit comments

Comments
 (0)