Skip to content

Commit

Permalink
check clarification from rvcus
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall authored and rvcas committed Nov 26, 2022
1 parent 9b027f0 commit 919eebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/language-tour/check.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Check

Check is faster than assert but has weaker guarantees.
Check is slower than assert but has stronger guarantees.
You can unpack (1-match) data in a check.

```gleam
Expand Down

0 comments on commit 919eebb

Please sign in to comment.