Skip to content

Commit 75f0f7a

Browse files
committed
Fix a typo
1 parent 4f0047e commit 75f0f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ impl<'a, 'tcx> Clean<Generics> for (&'a ty::Generics, ty::GenericPredicates<'tcx
839839
let mut where_predicates =
840840
where_predicates.into_iter().flat_map(|p| p.clean(cx)).collect::<Vec<_>>();
841841

842-
// Type parameters and have a Sized bound by default unless removed with
842+
// Type parameters have a Sized bound by default unless removed with
843843
// ?Sized. Scan through the predicates and mark any type parameter with
844844
// a Sized bound, removing the bounds as we find them.
845845
//

0 commit comments

Comments
 (0)