mirror of
https://github.com/vrld/hump.git
synced 2024-11-23 12:24:19 +00:00
Fix typo in signal docs
"interesing" -> "interesting"
This commit is contained in:
parent
0bf301f710
commit
2d4993d3b7
@ -11,7 +11,7 @@ A simple yet effective implementation of `Signals and Slots
|
||||
bound to signals. When a *signal* is *emitted*, all registered functions will
|
||||
be invoked. Simple as that.
|
||||
|
||||
``hump.signal`` makes things a little more interesing by allowing to emit all
|
||||
``hump.signal`` makes things a little more interesting by allowing to emit all
|
||||
signals that match a `Lua string pattern
|
||||
<http://www.lua.org/manual/5.1/manual.html#5.4.1>`_.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user