From 3d1b34fb1154002caf92f98121913c710889c36d Mon Sep 17 00:00:00 2001 From: Guglielmo Boi Date: Sun, 23 Jun 2024 15:26:18 +0200 Subject: [PATCH] chore: readme typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a06430..af53727 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ TopicMessage GetTopicData(const std::string& vehicleId); GetTopic... functions set can be used to build a TopicMessage with the passed values for variable fields. ### message_parser.h -The generated message_parser.h heade provides the MessageParser class which expose the following types and methods: +The generated message_parser.h header provides the MessageParser class which expose the following types and methods: ``` struct Variables { @@ -123,4 +123,4 @@ setMessageParse is used to set parse as the function callback for the passed top ``` void parseMessage(const Variables& variables, const std::string& topic, const std::string& payload); ``` -parseMessage matches and calls the previously set parse callback functions, for message with the passed topic and payload, considering the passed variable fields values. +parseMessage matches and calls the previously set parse callback functions, for the message with the passed topic and payload, considering the passed variable fields values.