doc/concepts.tex: Make a footnote a bit less stuffy.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 19:09:07 +0000 (20:09 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 19:09:07 +0000 (20:09 +0100)
doc/concepts.tex

index 6ec27b9..4f192f5 100644 (file)
@@ -820,7 +820,7 @@ The aggregating method combinations provided are as follows.
 \item[progn] The message must return @|void|.  The applicable primary methods
   are simply invoked in turn, most specific first.
 \item[sum] The message must return a numeric type.\footnote{%
-    The Sod translator does not check this, since it doesn't have enough
+    The Sod translator doesn't check this, since it doesn't have enough
     insight into @|typedef| names.} %
   The applicable primary methods are invoked in turn, and their return values
   added up.  The final result is the sum of the individual values.