Correct 'is' to 'are' in koan description.

I don't mean to be That Guy, but it's more correct to use 'are', rather than 'is' when discussing a plural subject.
This commit is contained in:
Brian L. Troutwine 2013-01-26 19:28:46 -08:00
parent 26c6609d5d
commit 567031f48e

View File

@ -1,5 +1,5 @@
(meditations (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)) (= __ (range 1 5))
"The range starts at the beginning by default" "The range starts at the beginning by default"