chore: fix little typo in comment in go.mod

This commit is contained in:
Christian Rocha 2024-07-12 12:18:25 -04:00
parent 670898dc36
commit 87dd58def7
No known key found for this signature in database
GPG Key ID: 589F6FDD5B820611

2
go.mod
View File

@ -2,7 +2,7 @@ module github.com/charmbracelet/lipgloss
retract v0.7.0 // v0.7.0 introduces a bug that causes some apps to freeze.
retract v0.11.1 // v0.11.1 uses a broken version of x/ansi StringWidth that causes some liens to wrap incorrectly.
retract v0.11.1 // v0.11.1 uses a broken version of x/ansi StringWidth that causes some lines to wrap incorrectly.
go 1.18