chiark / gitweb /
doc/concepts.tex: Fix a rather distant demonstrative.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 16 May 2018 01:12:05 +0000 (02:12 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 19:08:03 +0000 (20:08 +0100)
doc/concepts.tex

index 0f4b3367ea967bd4e835e00924821c1e85c02345..9cc5be71034e6545db146b131a741a3d86a039d8 100644 (file)
@@ -960,12 +960,12 @@ counting system, as follows.
   \}
 \end{prog}
 
-This message uses a nonstandard method combination which works like the
-standard combination, except that the \emph{default behaviour}, if there is
-no overriding method, is to execute the superclass's teardown fragments, and
-to return zero.  This default behaviour may be invoked multiple times if some
-method calls on its @|next_method| more than once, unless some other method
-takes steps to prevent this.
+The @|teardown| message uses a nonstandard method combination which works
+like the standard combination, except that the \emph{default behaviour}, if
+there is no overriding method, is to execute the superclass's teardown
+fragments, and to return zero.  This default behaviour may be invoked
+multiple times if some method calls on its @|next_method| more than once,
+unless some other method takes steps to prevent this.
 
 A class can define \emph{teardown fragments}: pieces of literal code to be
 executed to shut down an instance.  Each superclass's teardown fragments are