Skip to content

Commit 352d05c

Browse files
authored
Unrolled build for rust-lang#134490
Rollup merge of rust-lang#134490 - hong9lol:typo, r=jhpratt Fix typo in ptr/mod.rs - Type: Document - Description: I found a typo and want to fix it.
2 parents 023521e + f8cd8c1 commit 352d05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/ptr/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
// ^ we use this term instead of saying that the produced reference must
8585
// be valid, as the validity of a reference is easily confused for the
8686
// validity of the thing it refers to, and while the two concepts are
87-
// closly related, they are not identical.
87+
// closely related, they are not identical.
8888
//!
8989
//! These rules apply even if the result is unused!
9090
//! (The part about being initialized is not yet fully decided, but until

0 commit comments

Comments
 (0)