Skip to content

Commit 28548ef

Browse files
authored
Fix a small misspelling in API.md
1 parent 676adfb commit 28548ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can get it's pointer by `client.socket(namespace)`.
2121
#### Event Emitter
2222
`void emit(std::string const& name, message::list const& msglist, std::function<void (message::ptr const&)> const& ack)`
2323

24-
Universal event emition interface, by applying implicit conversion magic, it is backward compatible with all previous `emit` interfaces.
24+
Universal event emission interface, by applying implicit conversion magic, it is backward compatible with all previous `emit` interfaces.
2525

2626
#### Event Bindings
2727
`void on(std::string const& event_name,event_listener const& func)`

0 commit comments

Comments
 (0)