Skip to content

Commit

Permalink
Fix another “a”/“an” typo
Browse files Browse the repository at this point in the history
  • Loading branch information
steffahn committed Aug 22, 2021
1 parent c6baf3d commit ab23af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ide/src/references.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! This module implements a reference search.
//! First, the element at the cursor position must be either an `ast::Name`
//! or `ast::NameRef`. If it's a `ast::NameRef`, at the classification step we
//! or `ast::NameRef`. If it's an `ast::NameRef`, at the classification step we
//! try to resolve the direct tree parent of this element, otherwise we
//! already have a definition and just need to get its HIR together with
//! some information that is needed for further steps of searching.
Expand Down

0 comments on commit ab23af4

Please sign in to comment.