Skip to content

Commit 068041f

Browse files
committed
Merge pull request #458 from redboltz/fix_457
Fixed #457.
2 parents 4c96859 + e21b4ef commit 068041f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/msgpack/v1/object.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ inline std::ostream& operator<< (std::ostream& s, const msgpack::object& o)
734734
{
735735
switch(o.type) {
736736
case msgpack::type::NIL:
737-
s << "nil";
737+
s << "null";
738738
break;
739739

740740
case msgpack::type::BOOLEAN:

0 commit comments

Comments
 (0)