Skip to content

Commit 12443ed

Browse files
committed
Tweak comment
1 parent d54cd6d commit 12443ed

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
@@ -448,7 +448,7 @@ fn collect_assignment(
448448
}
449449

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

0 commit comments

Comments
 (0)