Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Co-authored-by: yvt <i@yvt.jp>
  • Loading branch information
SimonSapin and yvt committed Jan 23, 2021
1 parent 7b0175e commit 3ff39f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-ptr-meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ This similarly includes extern types.
[extern types]: https://github.com/rust-lang/rust/issues/43467

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

0 comments on commit 3ff39f0

Please sign in to comment.