mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-30 06:50:54 +00:00
fix typo in doc comment
This commit is contained in:
parent
ccc4d2ddd4
commit
18b53d0fa6
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user