fix typo in doc comment

This commit is contained in:
Dietmar Maurer 2020-02-28 10:10:35 +01:00
parent ccc4d2ddd4
commit 18b53d0fa6

View File

@ -227,8 +227,8 @@ impl TableFormatOptions {
/// Create a new Instance with reasonable defaults for terminal output /// Create a new Instance with reasonable defaults for terminal output
/// ///
/// This tests if stdout is a TTY and sets the columns toö the terminal width, /// This tests if stdout is a TTY and sets the columns to the terminal width,
/// and sets ascii_delimiters toö true If the locale CODESET is not UTF-8. /// and sets ascii_delimiters to true If the locale CODESET is not UTF-8.
pub fn new() -> Self { pub fn new() -> Self {
let mut me = Self::default(); let mut me = Self::default();