Fix typo in signal docs

"interesing" -> "interesting"
This commit is contained in:
Tobias V. Langhoff 2018-10-09 20:13:24 +02:00 committed by GitHub
parent 0bf301f710
commit 2d4993d3b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>`_.