about summary refs log tree commit diff
diff options
context:
space:
mode:
authortakashiidobe <idobetakashi@gmail.com>2020-11-23 10:48:19 -0500
committertakashiidobe <idobetakashi@gmail.com>2020-11-23 10:51:30 -0500
commitc5c3d7bdf43078b5323b21bf15711831b2c8a229 (patch)
treecc878bf69dc60bf95b7dbccdc164d45eaf234655
parent068320b39e3e4839d832b3aa71fa910ba170673b (diff)
downloadrust-c5c3d7bdf43078b5323b21bf15711831b2c8a229.tar.gz
rust-c5c3d7bdf43078b5323b21bf15711831b2c8a229.zip
Fix typo in keyword docs for traits
-rw-r--r--library/std/src/keyword_docs.rs2
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 {