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 {