improve the wordin

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
Sylvestre Ledru 2023-10-13 11:18:00 +02:00 committed by GitHub
parent 8826e47d36
commit 8931cfa93d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2395,8 +2395,8 @@ fn display_grid(
writeln!(out)?;
}
} else {
// To match gnu/tests/ls/stat-dtype.sh
// we might want to have Text("\t".to_string());
// TODO: To match gnu/tests/ls/stat-dtype.sh
// we might want to have Filling::Text("\t".to_string());
let filling = Filling::Spaces(2);
let mut grid = Grid::new(GridOptions { filling, direction });