From: Mark Wooding Date: Sat, 3 Aug 2019 19:09:07 +0000 (+0100) Subject: doc/concepts.tex: Make a footnote a bit less stuffy. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/3e2f441ebe656c8a35943a2d9e3f0b5470624a91 doc/concepts.tex: Make a footnote a bit less stuffy. --- diff --git a/doc/concepts.tex b/doc/concepts.tex index 6ec27b9..4f192f5 100644 --- a/doc/concepts.tex +++ b/doc/concepts.tex @@ -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.