diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2024-07-27 11:33:40 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2024-07-27 11:33:40 -0700 |
commit | aee2af3271809833333f63197775f1c92a9ebdac (patch) | |
tree | 5196baefd1590878e4145ac2ad7dc80ea3f842ed | |
parent | 9820ab5471169ea2936716abaffc9e0eecc37ce4 (diff) | |
download | txr-aee2af3271809833333f63197775f1c92a9ebdac.tar.gz txr-aee2af3271809833333f63197775f1c92a9ebdac.tar.bz2 txr-aee2af3271809833333f63197775f1c92a9ebdac.zip |
doc: missing subject in @(hash ...) pattern section.
* txr.1: Fix sentence which needs a subject, "the operator".
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47520,7 +47520,7 @@ The operator requires the corresponding object to be a hash table, otherwise the match fails. -If the corresponding object is a hash table, then matches each +If the corresponding object is a hash table, then the operator matches each .meta key-pattern and .meta value-pattern |