Skip to content

Commit ab23af4

Browse files
committed
Fix another “a”/“an” typo
1 parent c6baf3d commit ab23af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/references.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! This module implements a reference search.
22
//! First, the element at the cursor position must be either an `ast::Name`
3-
//! or `ast::NameRef`. If it's a `ast::NameRef`, at the classification step we
3+
//! or `ast::NameRef`. If it's an `ast::NameRef`, at the classification step we
44
//! try to resolve the direct tree parent of this element, otherwise we
55
//! already have a definition and just need to get its HIR together with
66
//! some information that is needed for further steps of searching.

0 commit comments

Comments
 (0)