Remove grave accent that shouldn't be there

This commit is contained in:
r00ster 2021-11-01 19:53:35 +01:00 committed by Caleb Cartwright
parent c1eab154c9
commit bd86077c58

View File

@ -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,
}