Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Jul 18, 2024
1 parent d639907 commit c4ad284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/lsp/test_programs/inlay_hints/src/main.nr
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fn call_with_arg() {
fn with_underscore(_x: i32) {}

fn call_with_underscore() {
with_underscore(1); // Should not show parameter names (only one param and it starts with underscore)
with_underscore(1); // Should not show parameter names (param name starts with underscore)
}

fn one_arg_with_one_char(x: i32) {}
Expand Down

0 comments on commit c4ad284

Please sign in to comment.