Skip to content

Commit

Permalink
fix code comment typo (getgrit#416)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Kumar Gupta <[email protected]>
  • Loading branch information
abhishek818 committed Jul 13, 2024
1 parent ad1ce31 commit 01bc0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/inline_snippets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ pub(crate) fn inline_sorted_snippets_with_offset(
}
}

// Remove lines with a trailing comma
// Remove lines containing a trailing comma
for range in trailing_comma_lines {
code.replace_range(range, "");
}
Expand Down

0 comments on commit 01bc0cd

Please sign in to comment.