Skip to content

Commit e707e5b

Browse files
rcseacordiglesias
andauthored
Update src/coding-guidelines/types-and-traits/gui_UnionFieldValidity.rst.inc
Co-authored-by: Fernando José <fernando.iglesiasg@gmail.com>
1 parent 927a379 commit e707e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coding-guidelines/types-and-traits/gui_UnionFieldValidity.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* **char**: Must be a valid Unicode scalar value (``0x0`` to ``0xD7FF`` or ``0xE000`` to ``0x10FFFF``).
4444
* **References**: Must be non-null and properly aligned.
4545
* **Enums**: Must hold a valid discriminant value.
46-
* **Floating point**: All bit patterns are valid for the ``f32`` or ``f64``.type
46+
* **Floating point**: All bit patterns are valid for the ``f32`` or ``f64`` types.
4747
* **Integers**: All bit patterns are valid for integer types.
4848
4949
Reading an invalid value is undefined behavior.

0 commit comments

Comments
 (0)