Skip to content

Commit 6565bc2

Browse files
committed
Rollup merge of #30437 - tshepang:clarity, r=steveklabnik
The comma removes the sorface ambiguity
2 parents b84de0c + 22b30fa commit 6565bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ops.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@ impl<Idx: fmt::Debug> fmt::Debug for RangeTo<Idx> {
16161616
}
16171617

16181618
/// The `Deref` trait is used to specify the functionality of dereferencing
1619-
/// operations like `*v`.
1619+
/// operations, like `*v`.
16201620
///
16211621
/// `Deref` also enables ['`Deref` coercions'][coercions].
16221622
///

0 commit comments

Comments
 (0)