Merge pull request #36 from blt/patch-1

Correct 'is' to 'are' in koan description.
This commit is contained in:
Colin Jones 2013-01-27 07:27:50 -08:00
commit 5dcf46a6b4

View File

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