10000 Fixed typos · janelia-arduino/ArduinoJson@e53e4e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e53e4e3

Browse files
committed
Fixed typos
1 parent 36fe653 commit e53e4e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ArduinoJson: change log
44
v5.12.0
55
-------
66

7-
* Added `JsonVariant::operator|` to return a default value (see bellow)
7+
* Added `JsonVariant::operator|` to return a default value (see below)
88
* Added a clear error message when compiled as C instead of C++ (issue #629)
99
* Added detection of MPLAB XC compiler (issue #629)
1010
* Added detection of Keil ARM Compiler (issue #629)

examples/JsonHttpClient/JsonHttpClient.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// MIT License
44
//
55
// This example shows how to parse a JSON document in an HTTP response.
6-
// It uses the Ethernet library, but can be easily adapter for Wifi.
6+
// It uses the Ethernet library, but can be easily adapted for Wifi.
77
//
88
// It performs a GET resquest on arduinojson.org/example.json
99
// Here is the expected response:

examples/JsonServer/JsonServer.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// This example shows how to implement an HTTP server that sends JSON document
66
// in the responses.
7-
// It uses the Ethernet library but can be easily adapter for Wifi.
7+
// It uses the Ethernet library but can be easily adapted for Wifi.
88
//
99
// It sends the value of the analog and digital pins.
1010
// The JSON document looks like the following:

examples/JsonUdpBeacon/JsonUdpBeacon.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Copyright Benoit Blanchon 2014-2017
33
// MIT License
44
//
5-
// This example shows how to JSON document to a UDP socket.
5+
// This example shows how to send a JSON document to a UDP socket.
66
// At regular interval, it sends a UDP packet that contains the status of
77
// analog and digital pins.
88
// The JSON document looks like the following:

0 commit comments

Comments
 (0)
0