diff options
| author | takashiidobe <idobetakashi@gmail.com> | 2020-11-23 10:48:19 -0500 |
|---|---|---|
| committer | takashiidobe <idobetakashi@gmail.com> | 2020-11-23 10:51:30 -0500 |
| commit | c5c3d7bdf43078b5323b21bf15711831b2c8a229 (patch) | |
| tree | cc878bf69dc60bf95b7dbccdc164d45eaf234655 | |
| parent | 068320b39e3e4839d832b3aa71fa910ba170673b (diff) | |
| download | rust-c5c3d7bdf43078b5323b21bf15711831b2c8a229.tar.gz rust-c5c3d7bdf43078b5323b21bf15711831b2c8a229.zip | |
Fix typo in keyword docs for traits
| -rw-r--r-- | library/std/src/keyword_docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/keyword_docs.rs b/library/std/src/keyword_docs.rs index b990b785703..80b74a9ba9b 100644 --- a/library/std/src/keyword_docs.rs +++ b/library/std/src/keyword_docs.rs @@ -1739,7 +1739,7 @@ mod super_keyword {} /// /// # Differences between the 2015 and 2018 editions /// -/// In the 2015 edition parameters pattern where not needed for traits: +/// In the 2015 edition the parameters pattern was not needed for traits: /// /// ```rust,edition2015 /// trait Tr { |
