From 758a8d52fb20d976d7fc459aa6ca34242a6ec0ee Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 6 Oct 2022 22:05:52 -0700 Subject: doc: revise text under :mass-delegate. * txr.1: Revise text, fixing a grammar error. --- txr.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 9e379275..162545c4 100644 --- a/txr.1 +++ b/txr.1 @@ -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 -- cgit v1.2.3