diff options
Diffstat (limited to 'help/assert_assertwithmessage.md')
| -rw-r--r-- | help/assert_assertwithmessage.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/help/assert_assertwithmessage.md b/help/assert_assertwithmessage.md index e8081bae..2a027b5f 100644 --- a/help/assert_assertwithmessage.md +++ b/help/assert_assertwithmessage.md @@ -6,11 +6,11 @@ Throw an error if `𝕩` is not 1. - ! 1 + ! 1 - ! 2 + ! 2 - ! "hello" + ! "hello" @@ -19,8 +19,8 @@ Throw an error if `𝕩` is not 1. Throw an error with message `𝕨` if `𝕩` is not 1. - "hi" ! 1 + "hi" ! 1 - "two" ! 2 + "two" ! 2 - "hello error" ! "hello" + "hello error" ! "hello" |
