From a3e868acb80a6b0e9b83ecb1989152e064cb1d60 Mon Sep 17 00:00:00 2001 From: Takatoshi Kondo Date: Sat, 26 Mar 2016 11:18:21 +0900 Subject: [PATCH] Fixed pack comment. --- include/msgpack/v1/pack.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/msgpack/v1/pack.hpp b/include/msgpack/v1/pack.hpp index 16a24a4e..109334cf 100644 --- a/include/msgpack/v1/pack.hpp +++ b/include/msgpack/v1/pack.hpp @@ -34,7 +34,7 @@ public: /// Constructor /** * This constructor is left for compatibility. - * Use `packer(Stream* s)` instead of the constructor. + * Use `packer(Stream& s)` instead of the constructor. * * @param s A pointer to packing destination stream object. */