Small documentation fixes

This commit is contained in:
Thorbjørn Lindeijer
2018-04-06 10:34:12 +02:00
parent 7487eeab49
commit 372cd3e197
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -430,7 +430,7 @@ They can be used from static methods:
:::wren
Foo.setFromStatic("first")
Foo.bar.printFromStatic() //> first
Foo.printFromStatic() //> first
And also instance methods. When you do so, there is still only one static field
shared among all instances of the class: