Work on docs a little bit.

This commit is contained in:
Bob Nystrom
2013-11-23 14:52:50 -08:00
parent e4b5613780
commit ba676f1231
4 changed files with 32 additions and 3 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ Variables can be declared using `var`:
## Method calls
Wren is a deeply object-oriented language, so most code consists of method calls. They look pretty familiar:
Wren is object-oriented, so most code consists of method calls. They look like this:
:::wren
io.write("hello")