diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-12-30 08:45:51 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-12-30 08:45:51 -0800 |
commit | dbb7413c737a85ca2fe75e155b0c587f4340277c (patch) | |
tree | fc4a15883dce0fe3df5ba824ab91bc39fd464322 | |
parent | 6727cde034cecfbcb1521b1e568a19b3fb621bc6 (diff) | |
download | txr-dbb7413c737a85ca2fe75e155b0c587f4340277c.tar.gz txr-dbb7413c737a85ca2fe75e155b0c587f4340277c.tar.bz2 txr-dbb7413c737a85ca2fe75e155b0c587f4340277c.zip |
doc: "sme" typo under :delegate.
* txr.1: Fix sme -> same. This creeps in because "sme" is
whitelisted due to the @(sme ...) pattern notation
(start/middle/end).
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30979,7 +30979,7 @@ The struct clause macro provides a way to define a method which is implemented entirely by delegation to a different object. The name of the method is .meta name -and its parameter list is specified in the sme way as in the +and its parameter list is specified in the same way as in the .meta :method clause. Instead of a method body, the .code :delegate |