Skip to content

Commit e4101cc

Browse files
authored
expand iif
1 parent b6a05d0 commit e4101cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-default-field-values.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ this RFC so that constructor functions are regained if so desired.
15791579
let config = Config { width: 640, height: 480, .. };
15801580
```
15811581

1582-
then adding a field to `Config` can only happen iff that field
1582+
then adding a field to `Config` can only happen if and only if that field
15831583
is provided a default value.
15841584

15851585
This arrangement, while diminishing the usefulness of `#[non_exhaustive]`,

0 commit comments

Comments
 (0)