Merge pull request #1984 from Cowa/patch-2

Fix typo in Signal documentation
This commit is contained in:
Richard Davey 2015-08-06 14:18:10 +01:00
commit 534f6ff573

View file

@ -6,7 +6,7 @@
*/
/**
* A Signal is an event dispatch mechansim that supports broadcasting to multiple listeners.
* A Signal is an event dispatch mechanism that supports broadcasting to multiple listeners.
*
* Event listeners are uniquely identified by the listener/callback function and the context.
*