From efbfa4d2db0eb45a401b29ef43a1ed0a49673946 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Wed, 1 May 2024 14:26:50 -0400 Subject: [PATCH] chore: update README.md Co-authored-by: Christian Rocha --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6758809..f9e01b4 100644 --- a/README.md +++ b/README.md @@ -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.