about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorLukas Markeffsky <@>2023-04-27 20:20:18 +0200
committerCaleb Cartwright <calebcartwright@users.noreply.github.com>2023-04-27 13:44:17 -0500
commita44c7ea5923caa8f908ae0fdd6563033a7ad88da (patch)
tree3a5524b3176218af0432ad1720e628eb4e50f8a9 /src
parenta3b2bfc2db33ec3bed266404e6391c145e000df0 (diff)
downloadrust-a44c7ea5923caa8f908ae0fdd6563033a7ad88da.tar.gz
rust-a44c7ea5923caa8f908ae0fdd6563033a7ad88da.zip
fix broken markdown
Diffstat (limited to 'src')
-rw-r--r--src/config/options.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/options.rs b/src/config/options.rs
index 257a17b2703..408017d2432 100644
--- a/src/config/options.rs
+++ b/src/config/options.rs
@@ -18,7 +18,7 @@ pub enum NewlineStyle {
     Auto,
     /// Force CRLF (`\r\n`).
     Windows,
-    /// Force CR (`\n).
+    /// Force CR (`\n`).
     Unix,
     /// `\r\n` in Windows, `\n` on other platforms.
     Native,