Skip to content

Commit

Permalink
fix base initializer semantics
Browse files Browse the repository at this point in the history
  • Loading branch information
nefelitav committed Jun 18, 2024
1 parent ef10df1 commit 266cdf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3035,8 +3035,8 @@ A :t:`constructee` indicates the :t:`enum variant`, :t:`struct`, or :t:`union`
whose value is being constructed by a :t:`struct expression`.

:dp:`fls_uib1ml41mfrn`
A :t:`base initializer` is a :t:`construct` that specifies an :t:`enum value`,
a :t:`struct value`, or a :t:`union value` to be used as a base for
A :t:`base initializer` is a :t:`construct` that specifies an :t:`enum value`, or
a :t:`struct value` to be used as a base for
construction in a :t:`struct expression`.

:dp:`fls_gfu267bpl9ql`
Expand Down

0 comments on commit 266cdf9

Please sign in to comment.