Skip to content

Commit

Permalink
doc: improve clarity by introducing a pause
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Dec 17, 2015
1 parent 4af4278 commit 22b30fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1616,7 +1616,7 @@ impl<Idx: fmt::Debug> fmt::Debug for RangeTo<Idx> {
}

/// The `Deref` trait is used to specify the functionality of dereferencing
/// operations like `*v`.
/// operations, like `*v`.
///
/// `Deref` also enables ['`Deref` coercions'][coercions].
///
Expand Down

0 comments on commit 22b30fa

Please sign in to comment.