Merge pull request #90 from jlaceda/patch-1

small typo fix
This commit is contained in:
Matthias Richter 2018-04-08 13:33:55 +02:00 committed by GitHub
commit 34936f3808
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::
Unlike the default one, signal registry instances use the colon-syntax,
i.e., you need to call ``instance:emit('foo', 23)`` instead of
``Signal.mit('foo', 23)``.
``Signal.emit('foo', 23)``.
**Example**::