From ffd0b8ab28d25d1496fb0722115991a8a623ec1f Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 8 Jan 2022 16:28:29 -0500 Subject: Remove comment about not having error formatting --- doc/assert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/assert.md') diff --git a/doc/assert.md b/doc/assert.md index 7f4bee6d..121d8a1e 100644 --- a/doc/assert.md +++ b/doc/assert.md @@ -15,7 +15,7 @@ To pass, the right argument must be exactly the number `1`; any other value caus Assert can take a left argument, which gives a message to be associated with the error. It's typical to use a string for the left argument in order to display it to the programmer, but the left argument can be any value. "Message" ! 0 - ⟨∘,"abc",˜⟩ ! '0' # Okay this is not a very helpful printout + ⟨∘,"abc",˜⟩ ! '0' ### Computing the error message on demand -- cgit v1.2.3