Skip to content

Commit ed5d539

Browse files
Rollup merge of #79351 - Takashiidobe:keyword-docs-typo, r=m-ou-se
Fix typo in `keyword` docs for traits This PR fixes a small typo in the `keyword_docs.rs` file, describing the differences between the 2015 and 2018 editions of traits.
2 parents 3a728bd + c5c3d7b commit ed5d539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/keyword_docs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ mod super_keyword {}
17391739
///
17401740
/// # Differences between the 2015 and 2018 editions
17411741
///
1742-
/// In the 2015 edition parameters pattern where not needed for traits:
1742+
/// In the 2015 edition the parameters pattern was not needed for traits:
17431743
///
17441744
/// ```rust,edition2015
17451745
/// trait Tr {

0 commit comments

Comments
 (0)