Update line count in docs.

This commit is contained in:
Bob Nystrom
2015-08-20 22:34:33 -07:00
parent 40fbf6112b
commit 610952f727

View File

@ -20,7 +20,7 @@ a familiar, modern [syntax][].
while (!adjectives.isDone) IO.print(adjectives.call())
* **Wren is small.** The codebase is about [5,000 lines][src]. You can
* **Wren is small.** The codebase is about [7,000 lines][src]. You can
skim the whole thing in an afternoon. It's *small*, but not *dense*. It
is readable and [lovingly-commented][nan].