From 894b94056c74e2e92f06391d661848d652f8632d Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 5 Aug 2022 09:17:50 +0200 Subject: [PATCH] :memo: fix sentence --- docs/mkdocs/docs/features/binary_formats/messagepack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs/docs/features/binary_formats/messagepack.md b/docs/mkdocs/docs/features/binary_formats/messagepack.md index 4b6951dd3..bbb716e7e 100644 --- a/docs/mkdocs/docs/features/binary_formats/messagepack.md +++ b/docs/mkdocs/docs/features/binary_formats/messagepack.md @@ -67,8 +67,8 @@ specification: !!! info "NaN/infinity handling" - If NaN or Infinity are stored inside a JSON number, they are serialized properly. function which serializes NaN or - Infinity to `null`. + If NaN or Infinity are stored inside a JSON number, they are serialized properly in contrast to the + [dump](../../api/basic_json/dump.md) function which serializes NaN or Infinity to `null`. ??? example