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{