Merge pull request #1017 from jwilk/master

Fix typo
This commit is contained in:
Berker Peksag 2016-01-22 21:26:50 +02:00
commit 2b49403507

View File

@ -386,7 +386,7 @@ A first pass might be something like:
[(zero? obscure-name) ~zero-form]
[(neg? obscure-name) ~neg-form])))
where ``obsure-name`` is an attempt to pick some variable name as not to
where ``obscure-name`` is an attempt to pick some variable name as not to
conflict with other code. But of course, while well-intentioned,
this is no guarantee.