check clarification from rvcus
This commit is contained in:
parent
9b027f0051
commit
919eebbd97
|
@ -1,6 +1,6 @@
|
||||||
# Check
|
# 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.
|
You can unpack (1-match) data in a check.
|
||||||
|
|
||||||
```gleam
|
```gleam
|
||||||
|
|
Loading…
Reference in New Issue