chiark / gitweb /
doc/concepts.tex: Fix description of standard method combination.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 Jun 2018 02:48:03 +0000 (03:48 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 Jun 2018 02:48:03 +0000 (03:48 +0100)
doc/concepts.tex

index e4884bb0ae554d212cb4875cce3a1cfff3a77da9..406c00236ce348e4e6a4150d6cc80c6d67beb2ad 100644 (file)
@@ -565,7 +565,7 @@ follows (see also~\xref{fig:concepts.methods.stdmeth}).
   next most specific such method, returning whichever value that method
   returns; otherwise the behaviour of @|next_method| is to invoke the
   @|before| methods (if any), followed by the most specific primary method,
   next most specific such method, returning whichever value that method
   returns; otherwise the behaviour of @|next_method| is to invoke the
   @|before| methods (if any), followed by the most specific primary method,
-  followed by the @|around| methods (if any), and to return whichever value
+  followed by the @|after| methods (if any), and to return whichever value
   was returned by the most specific primary method, as described in the
   following items.  That is, the behaviour of the least specific @|around|
   method's @|next_method| function is exactly the behaviour that the
   was returned by the most specific primary method, as described in the
   following items.  That is, the behaviour of the least specific @|around|
   method's @|next_method| function is exactly the behaviour that the