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 | 89ccc5edcc739c610e3bbc8532c110ee2b8edc8d (patch) | |
tree | 5196baefd1590878e4145ac2ad7dc80ea3f842ed | |
parent | 12e68381e9056dbbbb185762010168e92d76f526 (diff) | |
download | txr-89ccc5edcc739c610e3bbc8532c110ee2b8edc8d.tar.gz txr-89ccc5edcc739c610e3bbc8532c110ee2b8edc8d.tar.bz2 txr-89ccc5edcc739c610e3bbc8532c110ee2b8edc8d.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 |