From 7b68da9bf1f477b8695c11e864fcf93aff2783c1 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Mon, 18 Feb 2019 15:24:55 +0100 Subject: [PATCH] manual: typo --- doc/sets_fragment.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sets_fragment.txt b/doc/sets_fragment.txt index e6332404f2..5a996e550b 100644 --- a/doc/sets_fragment.txt +++ b/doc/sets_fragment.txt @@ -7,7 +7,7 @@ only be an ordinal type of a certain size, namely: * ``enum`` For signed integers the set's base type is defined to be in the -range ``0 .. MaxSetElements-1`` where ``MaxSetElements`` currently always +range ``0 .. MaxSetElements-1`` where ``MaxSetElements`` is currently always 2^16. or equivalent. The reason is that sets are implemented as high