Skip to content

Commit cac1f99

Browse files
committed
fix typo in primitive reference docs
1 parent 7b09e1c commit cac1f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,7 @@ mod prim_usize {}
16471647
/// For the other direction, things are more complicated: when unsafe code passes arguments
16481648
/// to safe functions or returns values from safe functions, they generally must *at least*
16491649
/// not violate these invariants. The full requirements are stronger, as the reference generally
1650-
/// must point to data that is safe to use at type `T`.
1650+
/// must point to data that is safe to use as type `T`.
16511651
///
16521652
/// It is not decided yet whether unsafe code may violate these invariants temporarily on internal
16531653
/// data. As a consequence, unsafe code which violates these invariants temporarily on internal data

0 commit comments

Comments
 (0)