Skip to content

Commit c9ae07c

Browse files
committed
fix some grammar in readme
1 parent 948010a commit c9ae07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dictate how the grid is formatted:
3939
- [`filling`][filling]: how to fill empty space between columns:
4040
- [`Filling::Spaces`][Spaces] number of spaces between columns;
4141
- [`Filling::Text`][Text] text string separator between columns;
42-
- [`Filling::Tabs`][Tabs] special option which allows to set number of spaces between columns and sets the size of `\t` character.
42+
- [`Filling::Tabs`][Tabs] special option which allows to set number of spaces between columns and set the size of `\t` character.
4343
- [`direction`][direction]: specifies whether the cells should go along rows, or
4444
columns:
4545
- [`Direction::LeftToRight`][LeftToRight] starts them in the top left and

0 commit comments

Comments
 (0)