Skip to content

Commit bc8ec87

Browse files
Tweak comment
Co-authored-by: Davis Vaughan <davis@rstudio.com>
1 parent a4f5a00 commit bc8ec87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ark/src/lsp/symbols.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ fn collect_assignment(
445445
}
446446

447447
if ctx.top_level || ctx.include_assignments_in_blocks {
448-
// Collect as generic object, but only if we're at top-level. Assigned
448+
// Collect as generic object, but typically only if we're at top-level. Assigned
449449
// objects in nested functions and blocks cause the outline to become
450450
// too busy.
451451
let name = contents.node_slice(&lhs)?.to_string();

0 commit comments

Comments
 (0)