]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/ops.rs
doc: improve clarity by introducing a pause
[rust.git] / src / libcore / ops.rs
index 0abbd70762d687255ff9fc31e73c31cb765b2144..dd4702376d43ceba4b8829f3f16ccf1d27cb3b04 100644 (file)
@@ -1616,7 +1616,7 @@ fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
 }
 
 /// The `Deref` trait is used to specify the functionality of dereferencing
-/// operations like `*v`.
+/// operations, like `*v`.
 ///
 /// `Deref` also enables ['`Deref` coercions'][coercions].
 ///