From ba72bc9b83cb74756d94046f864dc1ab183bbbb8 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Sun, 14 Feb 2021 21:18:17 +0900 Subject: [PATCH] fix typo --- src/librustdoc/clean/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustdoc/clean/mod.rs b/src/librustdoc/clean/mod.rs index 7e7e417bb65..3decdd02b00 100644 --- a/src/librustdoc/clean/mod.rs +++ b/src/librustdoc/clean/mod.rs @@ -1269,7 +1269,7 @@ fn clean(&self, cx: &DocContext<'_>) -> Item { AssocTypeItem(bounds, ty.clean(cx)) } else { - // FIXME: when could this happen? ASsociated items in inherent impls? + // FIXME: when could this happen? Associated items in inherent impls? let type_ = cx.tcx.type_of(self.def_id).clean(cx); TypedefItem( Typedef {