👌 apply review comment

This commit is contained in:
Niels Lohmann 2022-07-21 15:15:03 +02:00
parent f5c49c8532
commit 313e8eb0e7
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -356,7 +356,7 @@ A UBJSON high-precision number could not be parsed.
### json.exception.parse_error.116
A `#!cpp FILE*` pointer passed to the [parse](../api/basic_json/parse.md) function is `#!cpp nullptr`; that is, a previous call to `#!cpp std::fopen` failed.
A `#!cpp FILE` pointer passed to the [parse](../api/basic_json/parse.md) function is `#!cpp nullptr`; that is, a previous call to `#!cpp std::fopen` failed.
!!! failure "Example message"