Typo fix in docs

This commit is contained in:
Ed Singleton 2014-12-05 15:07:44 +00:00
parent 2fd9c91cd3
commit aa8f6a2ca1

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.
::