Fix typos “a”→“an”

This commit is contained in:
Frank Steffahn 2021-08-22 14:31:37 +02:00
parent e535791756
commit 3a5a93595f
4 changed files with 5 additions and 5 deletions

View file

@ -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`.
//!