From 3e2f441ebe656c8a35943a2d9e3f0b5470624a91 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 3 Aug 2019 20:09:07 +0100 Subject: [PATCH] doc/concepts.tex: Make a footnote a bit less stuffy. --- doc/concepts.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.0