Skip to content

Commit 3b0988b

Browse files
committed
minor: fix typo
1 parent 2c29977 commit 3b0988b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/ide/src/folding_ranges.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ type Foo<T, U> = foo<fold arglist><
700700
<fold function>fn foo<fold arglist>(
701701
very_long_parameter_name: u32,
702702
another_very_long_parameter_name: u32,
703-
third_very_long_parm: u32,
703+
third_very_long_param: u32,
704704
)</fold> <fold block>{
705705
todo!()
706706
}</fold></fold>

0 commit comments

Comments
 (0)