We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8cd25 commit 288d82cCopy full SHA for 288d82c
doc/ref/type.md
@@ -31,7 +31,7 @@ For tracking the kind of data currently stored in a [`basic_value`](basic_value.
31
| `BOOLEAN` | For JSON boolean values. |
32
| `SIGNED` | For JSON numbers stored as `std::int64_t`. |
33
| `UNSIGNED` | For JSON numbers stored as `std::uint64_t`. |
34
-| `DOUBLE` | For JSON numbers stored as `double`' |
+| `DOUBLE` | For JSON numbers stored as `double`. |
35
| `STRING` | For JSON strings. |
36
| `ARRAY` | For JSON arrays. |
37
| `OBJECT` | For JSON objects. |
0 commit comments