diff options
| author | r00ster <r00ster91@protonmail.com> | 2021-11-01 19:53:35 +0100 |
|---|---|---|
| committer | Caleb Cartwright <calebcartwright@users.noreply.github.com> | 2021-11-02 21:28:24 -0500 |
| commit | bd86077c58b0460a17ae071edbca9e6bba0aa6b1 (patch) | |
| tree | 2517822d4705ddb779e38fe5e6c27bf072bf1517 | |
| parent | c1eab154c9139a281d17c5ae70151bac4fcbf60f (diff) | |
| download | rust-bd86077c58b0460a17ae071edbca9e6bba0aa6b1.tar.gz rust-bd86077c58b0460a17ae071edbca9e6bba0aa6b1.zip | |
Remove grave accent that shouldn't be there
| -rw-r--r-- | src/config/options.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/options.rs b/src/config/options.rs index a17d48349c0..bce9e5d07f2 100644 --- a/src/config/options.rs +++ b/src/config/options.rs @@ -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, } |
