Skip to content

Commit c5c3d7b

Browse files
committed
Fix typo in keyword docs for traits
1 parent 068320b commit c5c3d7b

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)