Skip to content

Commit

Permalink
docs(table): any -> string
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Oct 5, 2023
1 parent 9bb557d commit abc32e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ import "github.com/charmbracelet/lipgloss/table"
Define some rows of data.

```go
rows := [][]any{
rows := [][]string{
{"Chinese", "您好", "你好"},
{"Japanese", "こんにちは", "やあ"},
{"Arabic", "أهلين", "أهلا"},
Expand Down

0 comments on commit abc32e9

Please sign in to comment.