fix spell mistake

Tommy Yang
2018-04-09 14:42:10 +08:00
parent 840664447e
commit a50d8fa16c
+1 -1
@@ -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: