fix typo
This commit is contained in:
parent
b753cb6ee7
commit
e3bb156f82
1 changed files with 1 additions and 1 deletions
|
@ -6675,7 +6675,7 @@ class basic_json
|
|||
std::vector<CharType>& v;
|
||||
};
|
||||
|
||||
/// putput adapter for output streams
|
||||
/// output adapter for output streams
|
||||
template<typename CharType>
|
||||
class output_stream_adapter : public output_adapter<CharType>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue