Skip to content

Commit e779d01

Browse files
committed
Update comment in examples
1 parent 79445a2 commit e779d01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/JSONArray/JSONArray.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
JSON Array
33
44
This sketch demonstrates how to use various features
5-
of the Arduino JSON library, in particular for JSON arrays.
5+
of the Official Arduino JSON library, in particular for JSON arrays.
66
77
This example code is in the public domain.
88
*/

examples/JSONKitchenSink/JSONKitchenSink.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
JSON Kitchen Sink
33
44
This sketch demonstrates how to use various features
5-
of the Arduino JSON library.
5+
of the Official Arduino JSON library.
66
77
This example code is in the public domain.
88
*/

examples/JSONObject/JSONObject.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
JSON Object
33
44
This sketch demonstrates how to use various features
5-
of the Arduino JSON library, in particular for JSON objects.
5+
of the Official Arduino JSON library, in particular for JSON objects.
66
77
This example code is in the public domain.
88
*/

0 commit comments

Comments
 (0)