Skip to content

Commit 288d82c

Browse files
authored
Update type.md
1 parent 5d8cd25 commit 288d82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ref/type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For tracking the kind of data currently stored in a [`basic_value`](basic_value.
3131
| `BOOLEAN` | For JSON boolean values. |
3232
| `SIGNED` | For JSON numbers stored as `std::int64_t`. |
3333
| `UNSIGNED` | For JSON numbers stored as `std::uint64_t`. |
34-
| `DOUBLE` | For JSON numbers stored as `double`' |
34+
| `DOUBLE` | For JSON numbers stored as `double`. |
3535
| `STRING` | For JSON strings. |
3636
| `ARRAY` | For JSON arrays. |
3737
| `OBJECT` | For JSON objects. |

0 commit comments

Comments
 (0)