From 28548ef9cc6b5ee74e5e791f601b90e087b3f5f3 Mon Sep 17 00:00:00 2001 From: Patrick Turley Date: Wed, 8 Nov 2023 14:37:04 -0600 Subject: [PATCH] Fix a small misspelling in API.md --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index f1280eb4..322f47e1 100644 --- a/API.md +++ b/API.md @@ -21,7 +21,7 @@ You can get it's pointer by `client.socket(namespace)`. #### Event Emitter `void emit(std::string const& name, message::list const& msglist, std::function const& ack)` -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. #### Event Bindings `void on(std::string const& event_name,event_listener const& func)`