aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-16 10:39:09 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-16 10:39:09 -0800
commita7e3e421dbc78ac988862a459c4077877a4ecba7 (patch)
tree4d8c8070ef38c3e3a6e754efd4244fb4aebca8fb /README.md
parent3f6e7c2beb512d6c3db51bfc94279f0d11e47057 (diff)
Deprecated #(...)# block comments
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3317209..ec01682 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,6 @@ Pattern | Meaning
`pat1==pat2` | `pat1`, assuming `pat2` also matches with the same length
`pat1!=pat2` | `pat1`, unless `pat2` also matches with the same length
`name:pat2` | `name` is defined to mean `pat`
-`#( block comment )#` | A block comment
`# line comment` | A line comment
See `man ./bp.1` for more details.