docs: flesh out Range class docs, fix grammar, add smarty plugin, and improve CLI description

This commit is contained in:
Bob Nystrom
2015-09-23 04:19:38 +00:00
parent 6bda720b71
commit 5e63e65752
10 changed files with 84 additions and 42 deletions
+2 -2
View File
@@ -127,7 +127,7 @@ It is a runtime error if `other` is not a number.
### **..**(other) operator
Creates a [Range](core/range.html) representing a consecutive range of numbers
Creates a [Range](range.html) representing a consecutive range of numbers
from the beginning number to the ending number.
:::wren
@@ -138,7 +138,7 @@ from the beginning number to the ending number.
### **...**(other) operator
Creates a [Range](core/range.html) representing a consecutive range of numbers
Creates a [Range](range.html) representing a consecutive range of numbers
from the beginning number to the ending number not including the ending number.
:::wren