mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Fix typos “a”→“an”
This commit is contained in:
parent
e535791756
commit
3a5a93595f
4 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
//! Completion for associated items in a trait implementation.
|
||||
//!
|
||||
//! This module adds the completion items related to implementing associated
|
||||
//! items within a `impl Trait for Struct` block. The current context node
|
||||
//! items within an `impl Trait for Struct` block. The current context node
|
||||
//! must be within either a `FN`, `TYPE_ALIAS`, or `CONST` node
|
||||
//! and an direct child of an `IMPL`.
|
||||
//!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue