Hack on the docs a bit.

This commit is contained in:
Bob Nystrom
2014-01-30 06:51:52 -08:00
parent a5e65faf0d
commit f2aeb30b31
10 changed files with 32 additions and 15 deletions

View File

@ -83,7 +83,7 @@ it `b`".
Most of these are probably familiar already. The `..` and `...` operators are
"range" operators. The number type implements those and returns a range object,
which can in turn be iterated over using a [`for`](loops.html) loop.
which can in turn be iterated over using a `for` [loop](looping.html).
## Subscript operators