This commit is contained in:
Billy Donahue 2021-09-21 01:53:42 -04:00 committed by GitHub
parent 1aa4b3d6a5
commit efe032cc3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,7 +326,7 @@ public:
* their values are lossfree restorable. * their values are lossfree restorable.
* - `"skipBom": false or true` * - `"skipBom": false or true`
* - If true, if the input starts with the Unicode byte order mark (BOM), * - If true, if the input starts with the Unicode byte order mark (BOM),
* it is skipped. * it is skipped.
* *
* You can examine 'settings_` yourself to see the defaults. You can also * You can examine 'settings_` yourself to see the defaults. You can also
* write and read them just like any JSON Value. * write and read them just like any JSON Value.