Skip to content

Commit 22b30fa

Browse files
committed
doc: improve clarity by introducing a pause
1 parent 4af4278 commit 22b30fa

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)