Skip to content

Commit

Permalink
Fix typo in keyword docs for traits
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashiidobe committed Nov 23, 2020
1 parent 068320b commit c5c3d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c5c3d7b

Please sign in to comment.