Merge pull request #697 from Singletoned/master

Typo fix in docs
This commit is contained in:
Berker Peksag 2014-12-05 17:17:50 +02:00
commit 0110b9481f

View File

@ -48,7 +48,7 @@ Implementation
``defreader`` takes a single character as symbol name for the reader macro,
anything longer will return an error. Implementation wise, ``defreader``
expands into a lambda covered with a decorator, this decorater saves the
expands into a lambda covered with a decorator, this decorator saves the
lambda in a dict with its module name and symbol.
::