1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-24 02:21:01 +03:00

✏️ fixed some typos

This commit is contained in:
Niels Lohmann
2018-10-28 14:20:20 +01:00
parent f0c1459554
commit d2e4f0b0d9
6 changed files with 36 additions and 31 deletions

View File

@ -6750,7 +6750,7 @@ class basic_json
map | object | 0xBF
False | `false` | 0xF4
True | `true` | 0xF5
Nill | `null` | 0xF6
Null | `null` | 0xF6
Half-Precision Float | number_float | 0xF9
Single-Precision Float | number_float | 0xFA
Double-Precision Float | number_float | 0xFB