✏️ fix typos

This commit is contained in:
Niels Lohmann 2022-04-25 21:01:25 +02:00
parent 57542c8932
commit 3e03486fdb
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -5,7 +5,7 @@
``` ```
When defined to `0`, implicit conversions are switched off. By default, implicit conversions are switched on. The When defined to `0`, implicit conversions are switched off. By default, implicit conversions are switched on. The
value is directly affecting [`operator ValueType`](../basic_json/operator_ValueType.md). value directly affects [`operator ValueType`](../basic_json/operator_ValueType.md).
Implicit conversions can also be controlled with the CMake option `JSON_ImplicitConversions` (`ON` by default) which Implicit conversions can also be controlled with the CMake option `JSON_ImplicitConversions` (`ON` by default) which
sets `JSON_USE_IMPLICIT_CONVERSIONS` accordingly. sets `JSON_USE_IMPLICIT_CONVERSIONS` accordingly.