mirror of
https://github.com/photonstorm/phaser
synced 2025-02-17 06:28:30 +00:00
Merge pull request #1984 from Cowa/patch-2
Fix typo in Signal documentation
This commit is contained in:
commit
534f6ff573
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue