aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--md.bqn2
1 files changed, 1 insertions, 1 deletions
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 ๐•ฉ = '\'
}