Skip to content

Commit dbf11b1

Browse files
committed
typo
1 parent 1171dc7 commit dbf11b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/ide_db/src/defs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ impl Definition {
101101
/// scope. That is, that, by just looking at the syntactical category, we can
102102
/// unambiguously define the semantic category.
103103
///
104-
/// Sadly, that's not 100% true, there are special cases. To make sure that call
105-
/// the code handles all the special cases correctly via exhaustive matching, we
104+
/// Sadly, that's not 100% true, there are special cases. To make sure that
105+
/// callers handle all the special cases correctly via exhaustive matching, we
106106
/// add a [`NameClass`] enum which lists all of them!
107107
///
108108
/// A model special case is `None` constant in pattern.

0 commit comments

Comments
 (0)