We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294f3c0 commit 7694de4Copy full SHA for 7694de4
1 file changed
ls/src/features/completion.rs
@@ -538,7 +538,7 @@ fn get_struct(token: &Token<Immutable>) -> Option<Type> {
538
/// * `declaration` - The `Node` representing the `for` or `with` declaration.
539
/// * `ident` - The `Token` of the identifier whose type needs to be resolved.
540
/// * `path` - An iterator over `Segment`s representing the access path (fields,
541
-/// array indices) applied to the declared variable.
+/// array indices) applied to the declared variable.
542
///
543
/// # Returns
544
0 commit comments