Benoit Blanchon пре 1 година
родитељ
комит
de59dce527

+ 1 - 1
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 <typename TSource, typename Enable = void>
 struct Reader {
  public:

+ 1 - 1
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 <typename TDestination, typename Enable = void>
 class Writer {
  public: