format-table: fix typo in comment

This commit is contained in:
Yu Watanabe 2018-07-12 17:23:07 +09:00
parent a6e964712c
commit 475d8599b0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
that. The first row is always the header row. If header display is turned off we simply skip outputting the first
row. Also, when sorting rows we always leave the first row where it is, as the header shouldn't move.
- Note because there's no row and no column object some properties that might be approproate as row/column properties
- Note because there's no row and no column object some properties that might be appropriate as row/column properties
are exposed as cell properties instead. For example, the "weight" of a column (which is used to determine where to
add/remove space preferable when expanding/compressing tables horizontally) is actually made the "weight" of a
cell. Given that we usually need it per-column though we will calculate the average across every cell of the column