Give the docs some love.

This commit is contained in:
Bob Nystrom
2015-09-22 21:19:38 -07:00
parent 505b48fdac
commit a944ead5b4
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