Skip to content

Commit

Permalink
Chore: fix incorrect comment in safe-emitter.js (#9605)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark authored and aladdin-add committed Nov 10, 2017
1 parent 6672fae commit fe5ac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/safe-emitter.js
Expand Up @@ -10,7 +10,7 @@
//------------------------------------------------------------------------------

/**
* An object describing an AST selector
* An event emitter
* @typedef {Object} SafeEmitter
* @property {function(eventName: string, listenerFunc: Function): void} on Adds a listener for a given event name
* @property {function(eventName: string, arg1?: any, arg2?: any, arg3?: any)} emit Emits an event with a given name.
Expand Down

0 comments on commit fe5ac7e

Please sign in to comment.