Browse Source

StringExample: remove obsolete comment

Benoit Blanchon 2 years ago
parent
commit
30ea01bc31
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/StringExample/StringExample.ino

+ 0 - 1
examples/StringExample/StringExample.ino

@@ -55,7 +55,6 @@ void setup() {
   }
 
   // Lastly, you can print the resulting JSON to a String
-  // WARNING: it doesn't replace the content but appends to it
   String output;
   serializeJson(doc, output);
 }