diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-01-25 17:45:17 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-01-25 17:45:17 (GMT) |
commit | e272f864a6fce295f13ae3f7e12723949270d51d (patch) | |
tree | d6ac371db01bf12d8b1e08214f3eef292617549f /doc/next.n | |
parent | ed64410f185d854fced5c67185ba884d6dbd883a (diff) | |
download | tcl-e272f864a6fce295f13ae3f7e12723949270d51d.zip tcl-e272f864a6fce295f13ae3f7e12723949270d51d.tar.gz tcl-e272f864a6fce295f13ae3f7e12723949270d51d.tar.bz2 |
Another round of small fixes, especially spelling errors...
Diffstat (limited to 'doc/next.n')
-rw-r--r-- | doc/next.n | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -34,10 +34,10 @@ chain. .PP The \fBnextto\fR command is the same as the \fBnext\fR command, except that it takes an additional \fIclass\fR argument that identifies a class whose -implementation of the current method chain (see \fBinfo object\fR \fBcall\fR) should -be used; the method implementation selected will be the one provided by the -given class, and it must refer to an existing non-filter invocation that lies -further along the chain than the current implementation. +implementation of the current method chain (see \fBinfo object\fR \fBcall\fR) +should be used; the method implementation selected will be the one provided by +the given class, and it must refer to an existing non-filter invocation that +lies further along the chain than the current implementation. .SH "THE METHOD CHAIN" .PP When a method of an object is invoked, things happen in several stages: |