IO.write -> IO.print in docs.

This commit is contained in:
Bob Nystrom
2014-04-06 08:38:00 -07:00
parent 9a8f2edda4
commit a1118c332c
4 changed files with 23 additions and 27 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ Wren is object-oriented, so most code consists of method calls. Most of them
look like so:
:::wren
IO.write("hello")
IO.print("hello")
items.add("another")
items.insert(1, "value")