Fix grammar problem, closes #23

Thanks to @jamieorc for reporting.
This commit is contained in:
Colin Jones 2012-03-03 12:44:26 -06:00
parent c86a7643ec
commit b83e14359b

View File

@ -1,5 +1,5 @@
(meditations
"There are a wide range of ways to generate a sequence"
"There is a wide range of ways to generate a sequence"
(= __ (range 1 5))
"The range starts at the beginning by default"