Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-02-21 10:46:10 +0300
committerGitHub <noreply@github.com>2020-02-21 10:46:10 +0300
commit98f52b6bb001a546968fbded3cbd6f3390bcdb41 (patch)
treec527a0aa23d25cabbd81ac4b8fab44bc91d09e57 /doc
parenta895ce150fa2d73f4ee55f8657761a6b3e96236f (diff)
Fix simple typo: drived -> derived (#1646)
Closes #1645
Diffstat (limited to 'doc')
-rw-r--r--doc/stream.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stream.md b/doc/stream.md
index d95de142..04c865c7 100644
--- a/doc/stream.md
+++ b/doc/stream.md
@@ -127,7 +127,7 @@ Due to users' requests, RapidJSON provided official wrappers for `std::basic_ist
## IStreamWrapper {#IStreamWrapper}
-`IStreamWrapper` wraps any class drived from `std::istream`, such as `std::istringstream`, `std::stringstream`, `std::ifstream`, `std::fstream`, into RapidJSON's input stream.
+`IStreamWrapper` wraps any class derived from `std::istream`, such as `std::istringstream`, `std::stringstream`, `std::ifstream`, `std::fstream`, into RapidJSON's input stream.
~~~cpp
#include <rapidjson/document.h>