Fix a typo (#3265)

pull/3226/head
Ferry Huberts 2022-01-12 21:43:22 +01:00 committed by GitHub
parent c6740d7d58
commit 293f67f9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"