mirror of
https://github.com/nlohmann/json.git
synced 2025-07-27 00:41:05 +03:00
fix typo
This commit is contained in:
@ -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>
|
||||
{
|
||||
|
Reference in New Issue
Block a user