diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-07 21:17:07 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-07 21:17:07 -0700 |
commit | 2445713da68ea31eb004102562ce3ddb91087e33 (patch) | |
tree | 44835ce78fba9a49e38d98c5f968aded90586ebf | |
parent | cbf775c288f1279eadc015097064b9b720ae6db3 (diff) | |
download | txr-2445713da68ea31eb004102562ce3ddb91087e33.tar.gz txr-2445713da68ea31eb004102562ce3ddb91087e33.tar.bz2 txr-2445713da68ea31eb004102562ce3ddb91087e33.zip |
doc: mistakes in introduction of do operator.
* txr.1: Where do is being introduced, fix a statement
that about op, which should be about do. Plus fix
verb agreement.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -34114,9 +34114,9 @@ operator with the following difference: the .meta form arguments of -.code op -are not implicitly treated as a DWIM expression, -but as an ordinary expression. In particular, this means that operator +.code do +are not implicitly treated as DWIM expressions, +but as ordinary expressions. In particular, this means that operator syntax is permitted. Note that the syntax .code "(op @1)" makes sense, since |