1
0
forked from Mirror/wren

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

View File

@ -68,7 +68,7 @@ Strings are instances of class [String](core/string.html).
## Ranges
A range is a little object that represents a consecutive range of integers.
A range is a little object that represents a consecutive range of numbers.
They don't have their own dedicated literal syntax. Instead, the number class
implements the `..` and `...` [operators](expressions.html#operators) to create
them: