small typo fix

This commit is contained in:
John Laceda 2017-11-24 12:03:02 -08:00 committed by GitHub
parent 945423f9f5
commit 459bc81908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ global registry. Likewise, the global registry does not affect the instance.
.. note:: .. note::
Unlike the default one, signal registry instances use the colon-syntax, Unlike the default one, signal registry instances use the colon-syntax,
i.e., you need to call ``instance:emit('foo', 23)`` instead of i.e., you need to call ``instance:emit('foo', 23)`` instead of
``Signal.mit('foo', 23)``. ``Signal.emit('foo', 23)``.
**Example**:: **Example**::