diff --git a/xml/issue4432.xml b/xml/issue4432.xml
index 62c3ef1153..d6b5477e96 100644
--- a/xml/issue4432.xml
+++ b/xml/issue4432.xml
@@ -41,11 +41,11 @@ template<ranges::input_range R>
T is a structural type (is_copy_constructible_v<T> is true
- T statisfies copy_constructible.
-10- Let V be the pack of values of type info of the same size as r,
where the ith element is
reflect_constant(eistatic_cast<T>(*iti)),
-where eiiti is an iterator to the ith element of r.
+where eiiti is an iterator to the ith element of r.
[…]
diff --git a/xml/issue4433.xml b/xml/issue4433.xml index b58bc00fb0..90fe61b1d9 100644 --- a/xml/issue4433.xml +++ b/xml/issue4433.xml @@ -17,6 +17,9 @@ Language linkage is a property of functions, variables, and function types (@@ -46,7 +49,7 @@ respectively (-25- Returns: `true` if `r` represents a variable, function, type, template, or namespace -whose name has internal linkage, module linkage,
C language linkage,or any linkage, +whose name has internal linkage, module linkage,C languageexternal linkage, or any linkage, respectively (). Otherwise, `false`.
-??- Returns: `true` if `r` represents a variable, function, or function type with C language -linkage, module linkage. Otherwise, `false`.
+linkage. Otherwise, `false`.