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 @@ -121,7 +121,7 @@ where
121
121
/// way as regular raw pointer casts.
122
122
///
123
123
/// While this method is safe, for the same reason as regular raw pointer
124
- /// casts are safe, accessing the produced raw view is only possible
124
+ /// casts are safe, access through the produced raw view is only possible
125
125
/// in an unsafe block or function.
126
126
pub fn cast < B > ( self ) -> RawArrayView < B , D > {
127
127
assert_eq ! (
@@ -258,7 +258,7 @@ where
258
258
/// way as regular raw pointer casts.
259
259
///
260
260
/// While this method is safe, for the same reason as regular raw pointer
261
- /// casts are safe, accessing the produced raw view is only possible
261
+ /// casts are safe, access through the produced raw view is only possible
262
262
/// in an unsafe block or function.
263
263
pub fn cast < B > ( self ) -> RawArrayViewMut < B , D > {
264
264
assert_eq ! (
You can’t perform that action at this time.
0 commit comments