From 13e180c5c9b3e4fc61b6b3d789d84ee01eed8980 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Fri, 5 Jun 2020 09:15:13 -0700 Subject: [PATCH] Update CustomMessages.md --- docs/concepts/CustomMessages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/CustomMessages.md b/docs/concepts/CustomMessages.md index 017fcc1..69fbf13 100644 --- a/docs/concepts/CustomMessages.md +++ b/docs/concepts/CustomMessages.md @@ -57,7 +57,7 @@ private class CustomMultiMessage : NmeaMultiSentenceMessage, IMultiSentenceMessa protected override bool ParseSentences(Talker talkerType, string[] message) { // Ensure this message matches the previous message. - // Use any indicator to detect message difference, so you can to error out and avoid + // Use any indicator to detect message difference, so you can error out and avoid // appending the wrong message if (Id == null) Id = message[2]; //First time it's not set