Skip to content

Commit a163ba2

Browse files
committed
match style used in preceding text
1 parent b27781c commit a163ba2

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ Language changes in Rust 1.89.0
112112

113113
- `Extend temporary lifetime extension to also go through tuple struct and tuple variant constructors <https://github.com/rust-lang/rust/pull/140593>`_
114114

115+
- Changed paragraph: :p:`fls_DQaCUkskfXzk`
115116
- New paragraphs:
116117

117118
- :p:`fls_YeeZWqTdMivX`

src/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6912,7 +6912,7 @@ tuple struct call expression
69126912

69136913
:dp:`fls_DQaCUkskfXzk`
69146914
A :dt:`tuple struct call expression` is a :t:`call expression` where the
6915-
:t:`call operand` resolves to a :t:`tuple struct`.
6915+
:t:`call operand` resolves to a :t:`tuple struct` or a :t:`tuple enum variant`.
69166916

69176917
.. _fls_xx4slbg8s63e:
69186918

src/ownership-and-deconstruction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,8 +642,8 @@ An :t:`extending expression` is any of the following:
642642
:t:`extending expression`.
643643

644644
* :dp:`fls_eeaJtK4w5gVK`
645-
The :t:`[argument operand]s` of an extending :t:`call expression`
646-
that resolves to a :t:`tuple struct` or a :t:`tuple enum variant`.
645+
The :t:`[argument operand]s` of a :t:`tuple struct call expression`
646+
that is an :t:`extending expression`.
647647

648648
:dp:`fls_aq01wjpkxhq9`
649649
The :t:`drop scope` of the :t:`operand` of a :t:`borrow expression` that is an

0 commit comments

Comments
 (0)