From 7bb50d4f309ae0dcf6264e31815777dc5eb3ebaf Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Tue, 30 Nov 2021 14:22:03 -0700 Subject: [PATCH] Update src/librustdoc/clean/types.rs Co-authored-by: Guillaume Gomez --- src/librustdoc/clean/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustdoc/clean/types.rs b/src/librustdoc/clean/types.rs index f7762fd2521..a6552bd010b 100644 --- a/src/librustdoc/clean/types.rs +++ b/src/librustdoc/clean/types.rs @@ -1477,7 +1477,7 @@ impl Type { result } - /// Check if two types are "potentially the same." + /// Check if two types are "potentially the same". /// This is different from Eq, because it knows that things like /// `Placeholder` are possible matches for everything. crate fn is_same(&self, other: &Self, cache: &Cache) -> bool {