Skip to content

Commit c9f4af6

Browse files
committed
Fix typo in comment
1 parent eac6c33 commit c9f4af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/passes/stripper.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl<'a> DocFolder for Stripper<'a> {
9191
clean::ExternCrateItem { .. } => {}
9292
clean::ImportItem(ref imp) => {
9393
// Because json doesn't inline imports from private modules, we need to mark
94-
// the imported item as retained so it's impls won't be stripped.i
94+
// the imported item as retained so it's impls won't be stripped.
9595
//
9696
// FIXME: Is it necessary to check for json output here: See
9797
// https://github.com/rust-lang/rust/pull/100325#discussion_r941495215

0 commit comments

Comments
 (0)