From 65fb40b1352ac46284f487e136ff0e9ae1b17af1 Mon Sep 17 00:00:00 2001 From: Guglielmo Boi Date: Sun, 23 Jun 2024 20:54:52 +0200 Subject: [PATCH] chore: readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7b7b22..db5301e 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ parse_t is the type for parse callback functions; argument is passed through set ``` MessageParser(); ``` -MessageParser is the default contructor. +MessageParser is the default constructor. ``` void setMessageParse(Topic topic, parse_t parse, void* argument = nullptr); ```