Skip to content

Commit

Permalink
Fix simple typo: drived -> derived (#1646)
Browse files Browse the repository at this point in the history
Closes #1645
  • Loading branch information
timgates42 authored Feb 21, 2020
1 parent a895ce1 commit 98f52b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 98f52b6

Please sign in to comment.