docs: correct method name in class and concurrency documentation examples

This commit is contained in:
Thorbjørn Lindeijer
2018-04-06 08:34:12 +00:00
parent ee7d881e19
commit e8706d989f
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: