summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXevi Miro Bruix <xevi@google.com>2020-07-27 17:59:08 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-07-27 17:59:08 +0000
commit56c7da26df00049063bd6bb7190db155ead578f2 (patch)
tree2fe0e84c8c27db1f5e683219b9c760ad4973d1e3
parent7399fcc91fbe474f819e3b45df27c8845360925c (diff)
parentc416090af3d7947d0d6870295ed0252e87972eaa (diff)
downloadplatform_packages_apps_Test_connectivity-56c7da26df00049063bd6bb7190db155ead578f2.tar.gz
platform_packages_apps_Test_connectivity-56c7da26df00049063bd6bb7190db155ead578f2.tar.bz2
platform_packages_apps_Test_connectivity-56c7da26df00049063bd6bb7190db155ead578f2.zip
Update language to comply with Android’s inclusive language guidance am: c416090af3
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Test/connectivity/+/1371721 Change-Id: Ic97569014f55a03ab196faef804c69489491d4b1
-rw-r--r--sl4n/rapidjson/doc/stream.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sl4n/rapidjson/doc/stream.md b/sl4n/rapidjson/doc/stream.md
index 7b3c5ca..e70f52a 100644
--- a/sl4n/rapidjson/doc/stream.md
+++ b/sl4n/rapidjson/doc/stream.md
@@ -273,7 +273,7 @@ concept Stream {
For input stream, they must implement `Peek()`, `Take()` and `Tell()`.
For output stream, they must implement `Put()` and `Flush()`.
-There are two special interface, `PutBegin()` and `PutEnd()`, which are only for *in situ* parsing. Normal streams do not implement them. However, if the interface is not needed for a particular stream, it is still need to a dummy implementation, otherwise will generate compilation error.
+There are two special interface, `PutBegin()` and `PutEnd()`, which are only for *in situ* parsing. Normal streams do not implement them. However, if the interface is not needed for a particular stream, it is still need to a placeholder implementation, otherwise will generate compilation error.
## Example: istream wrapper {#ExampleIStreamWrapper}