chore: update README.md

Co-authored-by: Christian Rocha <christian@rocha.is>
This commit is contained in:
Ayman Bagabas 2024-05-01 14:26:50 -04:00 committed by GitHub
parent 8e3f4122dc
commit efbfa4d2db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -234,7 +234,7 @@ var style = lipgloss.NewStyle().Foreground(lipgloss.Color("219"))
var wildStyle = style.Blink(true)
```
Since `Style` data structure contains only primitive types, assigning a style
Since `Style` data structures contains only primitive types, assigning a style
to another effectively creates a new copy of the style without mutating the
original.