diff --git a/README.md b/README.md index 89db707..d91d84c 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,7 @@ writer << vector({ "A", "B", "C" }) << deque({ "I'm", "too", "tired" }) << list({ "to", "write", "documentation." }); -writer << array({ "The quick brown", "fox", "jumps over the lazy dog" }); +writer << array({ "The quick brown", "fox", "jumps over the lazy dog" }); writer << make_tuple(1, 2.0, "Three"); ... ```