]> git.lizzy.rs Git - rust.git/commitdiff
Trailing full stop
authorRalf Jung <post@ralfj.de>
Wed, 13 Nov 2019 08:05:57 +0000 (09:05 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2019 08:05:57 +0000 (09:05 +0100)
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
src/libcore/cell.rs

index 0860d9c0cfa8bb8becdec69b8d4c3bbc420d13f7..e3292ecc1d1871c0cd8bb4efb1e50a013250b5ed 100644 (file)
@@ -1554,7 +1554,7 @@ pub const fn get(&self) -> *mut T {
     /// This can be cast to a pointer of any kind.
     /// Ensure that the access is unique (no active references, mutable or not)
     /// when casting to `&mut T`, and ensure that there are no mutations
-    /// or mutable aliases going on when casting to `&T`
+    /// or mutable aliases going on when casting to `&T`.
     ///
     /// # Examples
     ///