File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ impl<T: Sized> NonNull<T> {
98
98
}
99
99
}
100
100
101
- /// Returns a shared references to the value. In contrast to [`as_ref`], this does not require
101
+ /// Returns a shared reference to the value. In contrast to [`as_ref`], this does not require
102
102
/// that the value has to be initialized.
103
103
///
104
104
/// For the mutable counterpart see [`as_uninit_mut`].
@@ -132,7 +132,7 @@ impl<T: Sized> NonNull<T> {
132
132
unsafe { & * self . cast ( ) . as_ptr ( ) }
133
133
}
134
134
135
- /// Returns a unique references to the value. In contrast to [`as_mut`], this does not require
135
+ /// Returns a unique reference to the value. In contrast to [`as_mut`], this does not require
136
136
/// that the value has to be initialized.
137
137
///
138
138
/// For the shared counterpart see [`as_uninit_ref`].
You can’t perform that action at this time.
0 commit comments