@ -10531,7 +10531,7 @@ Examples of complete sets are
##### Reason
A meaningful/useful concept has a semantic meaning.
Expressing this semantics in a informal, semi-formal, or informal way makes the concept comprehensible to readers and the effort to express it can catch conceptual errors.
Expressing this semantics in a informal, semi-formal, or formal way makes the concept comprehensible to readers and the effort to express it can catch conceptual errors.
Specifying semantics is a powerful design tool.
##### Example
@ -10587,7 +10587,7 @@ Otherwise they cannot be distinguished automatically by the compiler.
##### Example
template<typenameI>
concept bool Input_iterator = requires (I iter) { ++iter; };
concept bool Input_iter = requires (I iter) { ++iter; };