We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676adfb commit 28548efCopy full SHA for 28548ef
API.md
@@ -21,7 +21,7 @@ You can get it's pointer by `client.socket(namespace)`.
21
#### Event Emitter
22
`void emit(std::string const& name, message::list const& msglist, std::function<void (message::ptr const&)> const& ack)`
23
24
-Universal event emition interface, by applying implicit conversion magic, it is backward compatible with all previous `emit` interfaces.
+Universal event emission interface, by applying implicit conversion magic, it is backward compatible with all previous `emit` interfaces.
25
26
#### Event Bindings
27
`void on(std::string const& event_name,event_listener const& func)`
0 commit comments