From a8b7d5c031ad7759c7d3e6c92c59cfd6261692f5 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 3 Nov 2020 17:18:27 -0500 Subject: Fix alternate IsEscaped implementation comment --- md.bqn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md.bqn b/md.bqn index b54e27dd..91324bad 100644 --- a/md.bqn +++ b/md.bqn @@ -58,7 +58,7 @@ CountRuns โ† { (1+โ†•โ‰ ๐•ฉ) (โŠฃ - โŒˆ`โˆ˜ร—) ยฌ๐•ฉ } # ๐•ฉ is a string; return a mask of the characters that are escaped, that # is, preceded by an odd number of backslashes (since a backslash can # escape another backslash). -# Another implementation is {ยป<`๐•ฉ}. +# Another implementation is {ยป<`๐•ฉ='\'}. IsEscaped โ† { ยป 2 | CountRuns ๐•ฉ = '\' } -- cgit v1.2.3