We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0175e commit 3ff39f0Copy full SHA for 3ff39f0
text/0000-ptr-meta.md
@@ -203,7 +203,7 @@ This similarly includes extern types.
203
[extern types]: https://github.com/rust-lang/rust/issues/43467
204
205
```rust
206
-/// This trait is automatically implement for every type.
+/// This trait is automatically implemented for every type.
207
///
208
/// Raw pointer types and reference types in Rust can be thought of as made of two parts:
209
/// a data pointer that contains the memory address of the value, and some metadata.
0 commit comments