diff options
Diffstat (limited to 'help')
| -rw-r--r-- | help/assert_assertwithmessage.md | 4 | ||||
| -rw-r--r-- | help/catch.md | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/help/assert_assertwithmessage.md b/help/assert_assertwithmessage.md index 37e7f4ba..496bd6c5 100644 --- a/help/assert_assertwithmessage.md +++ b/help/assert_assertwithmessage.md @@ -3,7 +3,7 @@ # Exclamation Mark (`!`) ## `! 𝕩`: Assert -[→full documentation](../doc/assert.md) +[→full documentation](../doc/assert.md#assert) Throw an error if `𝕩` is not 1. @@ -17,7 +17,7 @@ Throw an error if `𝕩` is not 1. ## `𝕨 ! 𝕩`: Assert With Message -[→full documentation](../doc/assert.md) +[→full documentation](../doc/assert.md#assert) Throw an error with message `𝕨` if `𝕩` is not 1. diff --git a/help/catch.md b/help/catch.md index a824a8bc..656eba06 100644 --- a/help/catch.md +++ b/help/catch.md @@ -3,6 +3,7 @@ # Circled Triangle Down (`⎊`) ## `𝔽⎊𝔾 𝕩`, `𝕨 𝔽⎊𝔾 𝕩`: Catch +[→full documentation](../doc/assert.md#catch) Apply `𝔽` to the arguments. |
