Skip to content

Commit 5338ca6

Browse files
committed
check: fix phrasing in README
Fixes issue #29
1 parent afeb458 commit 5338ca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

check/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ applies to this module's macros, just substitute the `munit_` namespace
1212
with `psnip_`.
1313

1414
Additionally, unless you define `PSNIP_CHECK_FAIL_DEFINED`, a failing
15-
assertion will considered undefined behavior even when `NDEBUG` is
16-
defined. This allows the compiler to perform optimizations which
17-
would not otherwise be possible.
15+
assertion should be considered undefined behavior when `NDEBUG` and/or
16+
`PSNIP_NDEBUG` is defined. This allows the compiler to perform
17+
optimizations which would not otherwise be possible.
1818

1919
## Dependencies
2020

0 commit comments

Comments
 (0)