Skip to content

Commit ec2fc5a

Browse files
authored
Rollup merge of rust-lang#82096 - TaKO8Ki:fix-typo, r=GuillaumeGomez
Fix a typo This pull request fixes a typo.
2 parents 21ffc87 + ba72bc9 commit ec2fc5a

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
@@ -1269,7 +1269,7 @@ impl Clean<Item> for ty::AssocItem {
12691269

12701270
AssocTypeItem(bounds, ty.clean(cx))
12711271
} else {
1272-
// FIXME: when could this happen? ASsociated items in inherent impls?
1272+
// FIXME: when could this happen? Associated items in inherent impls?
12731273
let type_ = cx.tcx.type_of(self.def_id).clean(cx);
12741274
TypedefItem(
12751275
Typedef {

0 commit comments

Comments
 (0)