Skip to content

Commit 78aebe6

Browse files
committed
Fix typo in the example in README.md
1 parent 0c23c77 commit 78aebe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ __Arguments__
285285
286286
__Example__
287287
288-
java.getStaticFieldValue("com.nearinfinty.MyClass", "data", "Hello World");
288+
java.setStaticFieldValue("com.nearinfinty.MyClass", "data", "Hello World");
289289
290290
<a name="javaNewArray" />
291291
**java.newArray(className, values[])**

0 commit comments

Comments
 (0)