Skip to content

Commit b283c3e

Browse files
Fix docs on <fn>_ functions
1 parent 78b1e11 commit b283c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Node/EventEmitter.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-- | This module provides functions for each of the above 4 callback-adding functions
88
-- | If `<fn>` is either `on`, `once`, `prependListener`, or `prependOnceListener`, then this module exposes
99
-- | 1. `<fn>` - returns a callback that removes the listener
10-
-- | 2. `<fn>_` - no programmable way to remove the listener
10+
-- | 2. `<fn>_` - does not return a callback that can remove the listener
1111
-- |
1212
-- | ## Defining events emitted by an `EventEmitter`
1313
-- |

0 commit comments

Comments
 (0)