diff --git a/source/expressions.tex b/source/expressions.tex index d113667e6d..14949e746d 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -4815,8 +4815,8 @@ then to the enumeration type. If the enumeration type does not have a fixed underlying type, the value is unchanged -if the original value is within the range -of the enumeration values\iref{dcl.enum}, and +if the original value is one of +the values of the enumeration\iref{dcl.enum}, and otherwise, the behavior is undefined. A value of floating-point type can also be explicitly converted to an enumeration type. The resulting value is the same as converting the original value to the