Fix a typo

This commit is contained in:
Ferry Huberts 2022-01-12 21:41:59 +01:00 committed by GitHub
parent c6740d7d58
commit b5ef3593d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ Some aspects of the library can be configured by defining preprocessor macros be
## `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"