summaryrefslogtreecommitdiff
path: root/src/ide/complete.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ide/complete.rs')
-rw-r--r--src/ide/complete.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ide/complete.rs b/src/ide/complete.rs
index a7b001ae..de6f2b73 100644
--- a/src/ide/complete.rs
+++ b/src/ide/complete.rs
@@ -562,7 +562,7 @@ fn complete_params(ctx: &mut CompletionContext) -> bool {
}
};
- // Find the piece of syntax that decides what we're completion.
+ // Find the piece of syntax that decides what we're completing.
let mut deciding = ctx.leaf.clone();
while !matches!(
deciding.kind(),