Remove redundant word (#1077)

_a_ or _some_ would work here, I opted to keep _a_
This commit is contained in:
John Clover 2016-06-24 15:24:20 -07:00 committed by Berker Peksag
parent 1b8a70ed5c
commit 93a66c7d5e

View File

@ -267,7 +267,7 @@ In Hy, you would do:
[true [true
(print "That variable is jussssst right!")]) (print "That variable is jussssst right!")])
What you'll notice is that ``cond`` switches off between a some statement What you'll notice is that ``cond`` switches off between a statement
that is executed and checked conditionally for true or falseness, and that is executed and checked conditionally for true or falseness, and
then a bit of code to execute if it turns out to be true. You'll also then a bit of code to execute if it turns out to be true. You'll also
notice that the ``else`` is implemented at the end simply by checking notice that the ``else`` is implemented at the end simply by checking