mirror of
https://github.com/nlohmann/json.git
synced 2024-11-24 06:29:03 +08:00
fix typo
This commit is contained in:
parent
b753cb6ee7
commit
e3bb156f82
@ -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 New Issue
Block a user