We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 493c6c9 + ba72bc9 commit db5ae6aCopy full SHA for db5ae6a
src/librustdoc/clean/mod.rs
@@ -1269,7 +1269,7 @@ impl Clean<Item> for ty::AssocItem {
1269
1270
AssocTypeItem(bounds, ty.clean(cx))
1271
} else {
1272
- // FIXME: when could this happen? ASsociated items in inherent impls?
+ // FIXME: when could this happen? Associated items in inherent impls?
1273
let type_ = cx.tcx.type_of(self.def_id).clean(cx);
1274
TypedefItem(
1275
Typedef {
0 commit comments