From c5e74510ed7a97e287f28f8e7a2a201d814713d9 Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Tue, 21 Sep 2021 01:51:26 -0400 Subject: [PATCH] wrap comment --- include/json/reader.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/json/reader.h b/include/json/reader.h index 2a532b6..2c7b7bf 100644 --- a/include/json/reader.h +++ b/include/json/reader.h @@ -325,7 +325,8 @@ public: * - If true, special float values (NaNs and infinities) are allowed and * their values are lossfree restorable. * - `"skipBom": false or true` - * - If true, if the input starts with the Unicode byte order mark (BOM), it is skipped. + * - If true, if the input starts with the Unicode byte order mark (BOM), + it is skipped. * * You can examine 'settings_` yourself to see the defaults. You can also * write and read them just like any JSON Value.