diff options
Diffstat (limited to 'runtime/doc/pi_msgpack.txt')
-rw-r--r-- | runtime/doc/pi_msgpack.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/pi_msgpack.txt b/runtime/doc/pi_msgpack.txt index e9f77e70b0..2484a13878 100644 --- a/runtime/doc/pi_msgpack.txt +++ b/runtime/doc/pi_msgpack.txt @@ -49,7 +49,7 @@ does not check whether argument matches its description. *{msgpack-value}* Either |msgpack-special-dict| or a regular value, but not function reference. -*{msgpack-integer}* Any value for which |msgpack#type| will return +*{msgpack-integer}* Any value for which |msgpack#type()| will return "integer". *{msgpack-special-int}* |msgpack-special-dict| representing integer. |