Skip to content

Commit 7bb50d4

Browse files
Update src/librustdoc/clean/types.rs
Co-authored-by: Guillaume Gomez <[email protected]>
1 parent 85ba6c7 commit 7bb50d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustdoc/clean/types.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ impl Type {
14771477
result
14781478
}
14791479

1480-
/// Check if two types are "potentially the same."
1480+
/// Check if two types are "potentially the same".
14811481
/// This is different from Eq, because it knows that things like
14821482
/// `Placeholder` are possible matches for everything.
14831483
crate fn is_same(&self, other: &Self, cache: &Cache) -> bool {

0 commit comments

Comments
 (0)