From a50d8fa16ca166a829243f60978cad0bfaace92f Mon Sep 17 00:00:00 2001 From: Tommy Yang Date: Mon, 9 Apr 2018 14:42:10 +0800 Subject: [PATCH] fix spell mistake --- v2_0_cpp_unpacker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2_0_cpp_unpacker.md b/v2_0_cpp_unpacker.md index 88d7f3b..fac81a9 100644 --- a/v2_0_cpp_unpacker.md +++ b/v2_0_cpp_unpacker.md @@ -372,7 +372,7 @@ If referenced is true, msgpack::object refer to the buffer that is passed as the msgpack provides a buffer management functionality named msgpack::unpacker. msgpack::unpacker is sutable for the following motivations: * msgpack data is chopped, and the client doesn't know when it will complete. This is a typical situation when you develop streaming applications. -* You want to minimize copy opperations without careful memory management. +* You want to minimize copy operations without careful memory management. Here is the basic (not all) interface of msgpack::unpacker: