summaryrefslogtreecommitdiff
path: root/doc/api/assert.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/assert.md')
-rw-r--r--doc/api/assert.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 15a8739e83..b981b9497b 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -4,8 +4,8 @@
> Stability: 2 - Stable
-The `assert` module provides a simple set of assertion tests that can be used to
-test invariants. The module provides a recommended [`strict` mode][] and a more
+The `assert` module provides a set of assertion functions for verifying
+invariants. The module provides a recommended [`strict` mode][] and a more
lenient `legacy` mode.
For more information about the used equality comparisons see