diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-10-06 22:05:52 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-10-06 22:05:52 -0700 |
commit | 758a8d52fb20d976d7fc459aa6ca34242a6ec0ee (patch) | |
tree | 25162e7695669a0537a07cfeaafe0d56e392f725 /txr.1 | |
parent | d43f7f36d691362ec4b12b26f1ab252d7be280cf (diff) | |
download | txr-758a8d52fb20d976d7fc459aa6ca34242a6ec0ee.tar.gz txr-758a8d52fb20d976d7fc459aa6ca34242a6ec0ee.tar.bz2 txr-758a8d52fb20d976d7fc459aa6ca34242a6ec0ee.zip |
doc: revise text under :mass-delegate.
* txr.1: Revise text, fixing a grammar error.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -32126,10 +32126,12 @@ to refer to the delegating object. The .meta delegate-expr -is an expression which is inserted into every method. It is required -to evaluates to the delegate object. This expression may make a reference to +is an expression which is inserted into every method. Its evaluation +is expected to produce the delegate object. +This expression may reference .meta self-var -in order to retrieve the delegate from the delegating object. +in order to retrieve or otherwise obtain the delegate from the delegating +object. The .meta from-type |