From de59dce52772af59e0b6f66508ab0c3025e46d80 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 25 Nov 2024 10:46:34 +0100 Subject: [PATCH] Fix typo in comments --- src/ArduinoJson/Deserialization/Reader.hpp | 2 +- src/ArduinoJson/Serialization/Writer.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ArduinoJson/Deserialization/Reader.hpp b/src/ArduinoJson/Deserialization/Reader.hpp index fed87b34..e728047c 100644 --- a/src/ArduinoJson/Deserialization/Reader.hpp +++ b/src/ArduinoJson/Deserialization/Reader.hpp @@ -11,7 +11,7 @@ ARDUINOJSON_BEGIN_PRIVATE_NAMESPACE -// The default reader is a simple wrapper for Readers that are not copiable +// The default reader is a simple wrapper for Readers that are not copyable template struct Reader { public: diff --git a/src/ArduinoJson/Serialization/Writer.hpp b/src/ArduinoJson/Serialization/Writer.hpp index e35d7e91..caea19f1 100644 --- a/src/ArduinoJson/Serialization/Writer.hpp +++ b/src/ArduinoJson/Serialization/Writer.hpp @@ -8,7 +8,7 @@ ARDUINOJSON_BEGIN_PRIVATE_NAMESPACE -// The default writer is a simple wrapper for Writers that are not copiable +// The default writer is a simple wrapper for Writers that are not copyable template class Writer { public: