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.
1 parent b86674e commit ba72bc9Copy full SHA for ba72bc9
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