Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nnjun committed Feb 18, 2022
1 parent f5e6812 commit 159a093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ TestReflection testReflection = BRTestReflection.get()._new("a", "b");
反射方法
```java
// 静态方法
BRTestReflection.get(testReflection).testContextInvoke("context", 0);
BRTestReflection.get().testStaticInvoke("static", 0);

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

0 comments on commit 159a093

Please sign in to comment.