Skip to content

Commit bd86077

Browse files
wooster0calebcartwright
authored andcommitted
Remove grave accent that shouldn't be there
1 parent c1eab15 commit bd86077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub enum NewlineStyle {
2020
Windows,
2121
/// Force CR (`\n).
2222
Unix,
23-
/// `\r\n` in Windows, `\n`` on other platforms.
23+
/// `\r\n` in Windows, `\n` on other platforms.
2424
Native,
2525
}
2626

0 commit comments

Comments
 (0)