aboutsummaryrefslogtreecommitdiff
path: root/help/assert_assertwithmessage.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/assert_assertwithmessage.md')
-rw-r--r--help/assert_assertwithmessage.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/assert_assertwithmessage.md b/help/assert_assertwithmessage.md
index 2a027b5f..37e7f4ba 100644
--- a/help/assert_assertwithmessage.md
+++ b/help/assert_assertwithmessage.md
@@ -3,6 +3,7 @@
# Exclamation Mark (`!`)
## `! 𝕩`: Assert
+[→full documentation](../doc/assert.md)
Throw an error if `𝕩` is not 1.
@@ -16,6 +17,7 @@ Throw an error if `𝕩` is not 1.
## `𝕨 ! 𝕩`: Assert With Message
+[→full documentation](../doc/assert.md)
Throw an error with message `𝕨` if `𝕩` is not 1.