Skip to content

Commit 2fe40f8

Browse files
authored
Update operator-expr.md
1 parent 6dc7d63 commit 2fe40f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/operator-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ assert_eq!(values[1], 3);
480480

481481
#### Slice DST pointer to pointer cast
482482

483-
When `T` and `U` are both "slice DSTs" - ie, slice types or types whose trailing field
483+
When `T` and `U` are both "slice DSTs" - i.e., slice types or types whose trailing field
484484
is a slice type - the raw pointer types `*const T`, `*mut T`, `*const U`, and `*mut U`
485485
encode the number of elements in this slice. Casts between these raw pointer types
486486
preserve the number of elements. Note that, as a consequence, such casts do *not*

0 commit comments

Comments
 (0)