Skip to content

Commit a44c7ea

Browse files
Lukas Markeffskycalebcartwright
Lukas Markeffsky
authored andcommitted
fix broken markdown
1 parent a3b2bfc commit a44c7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub enum NewlineStyle {
1818
Auto,
1919
/// Force CRLF (`\r\n`).
2020
Windows,
21-
/// Force CR (`\n).
21+
/// Force CR (`\n`).
2222
Unix,
2323
/// `\r\n` in Windows, `\n` on other platforms.
2424
Native,

0 commit comments

Comments
 (0)