Skip to content

Commit af91f79

Browse files
committed
Merge pull request joeferner#128 from rochal/master
Fix typo in the example in README.md
2 parents 0c23c77 + 78aebe6 commit af91f79

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)