mirror of
https://github.com/vrld/hump.git
synced 2024-11-23 12:24:19 +00:00
small typo fix
This commit is contained in:
parent
945423f9f5
commit
459bc81908
@ -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**::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user