From 93a66c7d5ecfce75601cd5d7d2921894141c90d4 Mon Sep 17 00:00:00 2001 From: John Clover Date: Fri, 24 Jun 2016 15:24:20 -0700 Subject: [PATCH] Remove redundant word (#1077) _a_ or _some_ would work here, I opted to keep _a_ --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index f455bd3..7f9b4eb 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -267,7 +267,7 @@ In Hy, you would do: [true (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 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