Skip to content

Commit 98f52b6

Browse files
authored
Fix simple typo: drived -> derived (Tencent#1646)
Closes Tencent#1645
1 parent a895ce1 commit 98f52b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Due to users' requests, RapidJSON provided official wrappers for `std::basic_ist
127127

128128
## IStreamWrapper {#IStreamWrapper}
129129

130-
`IStreamWrapper` wraps any class drived from `std::istream`, such as `std::istringstream`, `std::stringstream`, `std::ifstream`, `std::fstream`, into RapidJSON's input stream.
130+
`IStreamWrapper` wraps any class derived from `std::istream`, such as `std::istringstream`, `std::stringstream`, `std::ifstream`, `std::fstream`, into RapidJSON's input stream.
131131

132132
~~~cpp
133133
#include <rapidjson/document.h>

0 commit comments

Comments
 (0)