Skip to content

Commit aba385a

Browse files
RalfJungCentril
andauthored
Trailing full stop
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent 1b8b2ee commit aba385a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/cell.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1554,7 +1554,7 @@ impl<T: ?Sized> UnsafeCell<T> {
15541554
/// This can be cast to a pointer of any kind.
15551555
/// Ensure that the access is unique (no active references, mutable or not)
15561556
/// when casting to `&mut T`, and ensure that there are no mutations
1557-
/// or mutable aliases going on when casting to `&T`
1557+
/// or mutable aliases going on when casting to `&T`.
15581558
///
15591559
/// # Examples
15601560
///

0 commit comments

Comments
 (0)