Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Rocha <christian@rocha.is>
  • Loading branch information
aymanbagabas and meowgorithm committed May 1, 2024
1 parent 8e3f412 commit efbfa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.

Expand Down

0 comments on commit efbfa4d

Please sign in to comment.