summaryrefslogtreecommitdiffstats
path: root/doc/next.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-01-25 17:45:17 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-01-25 17:45:17 (GMT)
commite272f864a6fce295f13ae3f7e12723949270d51d (patch)
treed6ac371db01bf12d8b1e08214f3eef292617549f /doc/next.n
parented64410f185d854fced5c67185ba884d6dbd883a (diff)
downloadtcl-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.n8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/next.n b/doc/next.n
index 624e058..9f25ca2 100644
--- a/doc/next.n
+++ b/doc/next.n
@@ -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: