From e3bb156f826edaa25dd4186cd094440274b9b8b1 Mon Sep 17 00:00:00 2001 From: Oleg Endo Date: Sun, 9 Jul 2017 15:20:28 +0900 Subject: [PATCH] fix typo --- src/json.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/json.hpp b/src/json.hpp index abf6b1f60..1bde08ced 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -6675,7 +6675,7 @@ class basic_json std::vector& v; }; - /// putput adapter for output streams + /// output adapter for output streams template class output_stream_adapter : public output_adapter {