diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-03 17:18:27 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-03 17:18:27 -0500 |
| commit | a8b7d5c031ad7759c7d3e6c92c59cfd6261692f5 (patch) | |
| tree | 6bff41ed0163b8fe063de5b64da8e360e47c720a | |
| parent | 2af82d55798625383f9c42063043504ba9677c43 (diff) | |
Fix alternate IsEscaped implementation comment
| -rw-r--r-- | md.bqn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ๐ฉ = '\' } |
