Skip to content

Commit 3ff39f0

Browse files
SimonSapinyvt
andauthored
Typo fix
Co-authored-by: yvt <[email protected]>
1 parent 7b0175e commit 3ff39f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-ptr-meta.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ This similarly includes extern types.
203203
[extern types]: https://github.com/rust-lang/rust/issues/43467
204204

205205
```rust
206-
/// This trait is automatically implement for every type.
206+
/// This trait is automatically implemented for every type.
207207
///
208208
/// Raw pointer types and reference types in Rust can be thought of as made of two parts:
209209
/// a data pointer that contains the memory address of the value, and some metadata.

0 commit comments

Comments
 (0)