Style example output and errors in the docs.

This commit is contained in:
Bob Nystrom
2015-10-18 15:56:52 -07:00
parent 2174ff31e7
commit 545a4cbf7e
24 changed files with 203 additions and 166 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ Boolean values. There are two instances, `true` and `false`.
Returns the logical complement of the value.
:::wren
System.print(!true) // "false".
System.print(!false) // "true".
System.print(!true) //> false
System.print(!false) //> true
### toString