mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 18:27:37 +02:00
Fix typo in comments
This commit is contained in:
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
ARDUINOJSON_BEGIN_PRIVATE_NAMESPACE
|
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>
|
template <typename TSource, typename Enable = void>
|
||||||
struct Reader {
|
struct Reader {
|
||||||
public:
|
public:
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
ARDUINOJSON_BEGIN_PRIVATE_NAMESPACE
|
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>
|
template <typename TDestination, typename Enable = void>
|
||||||
class Writer {
|
class Writer {
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user