Skip to content

Commit

Permalink
Remove grave accent that shouldn't be there
Browse files Browse the repository at this point in the history
  • Loading branch information
wooster0 authored and calebcartwright committed Nov 3, 2021
1 parent c1eab15 commit bd86077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub enum NewlineStyle {
Windows,
/// Force CR (`\n).
Unix,
/// `\r\n` in Windows, `\n`` on other platforms.
/// `\r\n` in Windows, `\n` on other platforms.
Native,
}

Expand Down

0 comments on commit bd86077

Please sign in to comment.