Skip to content

Commit

Permalink
Fix column title typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thejud committed Sep 29, 2024
1 parent 9301f6d commit 8ebfc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/guides/FrequencyTable.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here's a tiny dataset of hat purchases. Each purchase may include multiple hats.

```
+------------+-------+----------+-------+-------+
| year | color | hatCount | price | total |
| date | color | hatCount | price | total |
+------------+-------+----------+-------+-------+
| 2024-09-01 | Red | 1 | 30 | 30 |
| 2024-09-02 | Blue | 1 | 28 | 28 |
Expand Down

0 comments on commit 8ebfc01

Please sign in to comment.