From 919eebbd9757942266e6c7d899a889fa27c23a38 Mon Sep 17 00:00:00 2001 From: Micah Kendall Date: Sun, 27 Nov 2022 02:31:50 +1100 Subject: [PATCH] check clarification from rvcus --- book/src/language-tour/check.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/language-tour/check.md b/book/src/language-tour/check.md index 20158bbb..f147264b 100644 --- a/book/src/language-tour/check.md +++ b/book/src/language-tour/check.md @@ -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