Benoit Blanchon 8 سال پیش
والد
کامیت
e53e4e3dd9
4فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 1 1
      CHANGELOG.md
  2. 1 1
      examples/JsonHttpClient/JsonHttpClient.ino
  3. 1 1
      examples/JsonServer/JsonServer.ino
  4. 1 1
      examples/JsonUdpBeacon/JsonUdpBeacon.ino

+ 1 - 1
CHANGELOG.md

@@ -4,7 +4,7 @@ ArduinoJson: change log
 v5.12.0
 -------
 
-* Added `JsonVariant::operator|` to return a default value (see bellow)
+* Added `JsonVariant::operator|` to return a default value (see below)
 * Added a clear error message when compiled as C instead of C++ (issue #629)
 * Added detection of MPLAB XC compiler (issue #629)
 * Added detection of Keil ARM Compiler (issue #629)

+ 1 - 1
examples/JsonHttpClient/JsonHttpClient.ino

@@ -3,7 +3,7 @@
 // MIT License
 //
 // This example shows how to parse a JSON document in an HTTP response.
-// It uses the Ethernet library, but can be easily adapter for Wifi.
+// It uses the Ethernet library, but can be easily adapted for Wifi.
 //
 // It performs a GET resquest on arduinojson.org/example.json
 // Here is the expected response:

+ 1 - 1
examples/JsonServer/JsonServer.ino

@@ -4,7 +4,7 @@
 //
 // This example shows how to implement an HTTP server that sends JSON document
 // in the responses.
-// It uses the Ethernet library but can be easily adapter for Wifi.
+// It uses the Ethernet library but can be easily adapted for Wifi.
 //
 // It sends the value of the analog and digital pins.
 // The JSON document looks like the following:

+ 1 - 1
examples/JsonUdpBeacon/JsonUdpBeacon.ino

@@ -2,7 +2,7 @@
 // Copyright Benoit Blanchon 2014-2017
 // MIT License
 //
-// This example shows how to JSON document to a UDP socket.
+// This example shows how to send a JSON document to a UDP socket.
 // At regular interval, it sends a UDP packet that contains the status of
 // analog and digital pins.
 // The JSON document looks like the following: