From a24f71ccc8b968a0e9ac239dcc0a607d072181ed Mon Sep 17 00:00:00 2001 From: Jah-yee <166608075+Jah-yee@users.noreply.github.com> Date: Mon, 18 May 2026 17:11:33 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20numeric=5Flimimts=20=E2=86=92=20n?= =?UTF-8?q?umeric=5Flimits=20(P0935)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/cmath-c23-p3935r0.html | 2 +- docs/cmath-c23.html | 2 +- src/cmath-c23.cow | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cmath-c23-p3935r0.html b/docs/cmath-c23-p3935r0.html index f8b5919..a5f2bc1 100644 --- a/docs/cmath-c23-p3935r0.html +++ b/docs/cmath-c23-p3935r0.html @@ -3411,7 +3411,7 @@

Narrowing operations [c.math.narrow]

[Example: diff --git a/docs/cmath-c23.html b/docs/cmath-c23.html index 35db3b5..7804eb5 100644 --- a/docs/cmath-c23.html +++ b/docs/cmath-c23.html @@ -3457,7 +3457,7 @@

Narrowing operations [c.math.narrow]

[Example: diff --git a/src/cmath-c23.cow b/src/cmath-c23.cow index 62c8f1d..f3bca2f 100644 --- a/src/cmath-c23.cow +++ b/src/cmath-c23.cow @@ -1870,7 +1870,7 @@ Let \tcode{F} be the type determined as follows: \ul{ \li{Each type in \tcode{Fs} is a cv-unqualified arithmetic type.} \li{\tcode{F} exists.} - \li{\tcode{((numeric_limimts::radix == numeric_limits::radix) && ...)} is \tcode{true}.} + \li{\tcode{((numeric_limits::radix == numeric_limits::radix) && ...)} is \tcode{true}.} \li{\tcode{T} is a cv-unqualified floating-point type other than \tcode{long double}.} } \example{