From 1e973f372b0224daeeeea600eae8fb98b4754635 Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Thu, 5 May 2016 10:49:34 +0900 Subject: [PATCH] Updated v2_0_cpp_visitor (markdown) --- v2_0_cpp_visitor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2_0_cpp_visitor.md b/v2_0_cpp_visitor.md index 288f72d..a032a3b 100644 --- a/v2_0_cpp_visitor.md +++ b/v2_0_cpp_visitor.md @@ -104,7 +104,7 @@ The member functions named `visit_xxx()` are visitors for leaf elements. `start_ ## Example -Here is an example that coverts msgpack formatted bytes to JSON like structure (I omit string escape because that is no a point I want to demonstrate): +Here is an example that coverts msgpack formatted bytes to JSON like structure (I omit string escape because that is not a point I want to demonstrate): ```C++ struct json_visitor : msgpack::v2::null_visitor {