1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

Fix a typo (#3265)

This commit is contained in:
Ferry Huberts
2022-01-12 21:43:22 +01:00
committed by GitHub
parent c6740d7d58
commit 293f67f9ff

View File

@ -4,7 +4,7 @@ Some aspects of the library can be configured by defining preprocessor macros be
## `JSON_ASSERT(x)` ## `JSON_ASSERT(x)`
This marco controls which code is executed for runtime assertions of the libraries. This macro controls which code is executed for runtime assertions of the libraries.
!!! info "Default behavior" !!! info "Default behavior"