Skip to content

Commit 0d3d13a

Browse files
committed
Update files
1 parent 3e095ff commit 0d3d13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/grid.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function main()
1616
w, h = TUI.terminal_size()
1717

1818
p = TUI.Grid(
19-
block = TUI.Block(title = "Bar Chart"),
19+
block = TUI.Block(title = "Grid"),
2020
data = [
2121
1 2 3
2222
4 5 6

0 commit comments

Comments
 (0)