From ba7ea7f8468f31186c96e9e8b79e1cecab408949 Mon Sep 17 00:00:00 2001 From: Bernardo Sulzbach Date: Sun, 31 Jan 2021 14:03:24 +0100 Subject: [PATCH] Fixed a typo in ::least --- doc/integer.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/integer.qbk b/doc/integer.qbk index 98033c2..fd23677 100644 --- a/doc/integer.qbk +++ b/doc/integer.qbk @@ -285,7 +285,7 @@ The following table describes each template's criteria. [*only] if there exists a type with exactly N bits.] ] [ - [[^boost::int_max_value_t::last]] + [[^boost::int_max_value_t::least]] [The smallest, built-in, signed integral type that can hold all the values in the inclusive range ['0 - V]. The parameter should be a positive number.] ]