mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
docs(list): fix grammar in doc comment and README (#627)
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ type Item interface {
|
||||
```
|
||||
|
||||
```go
|
||||
// DefaultItem describes an items designed to work with DefaultDelegate.
|
||||
// DefaultItem describes an item designed to work with DefaultDelegate.
|
||||
type DefaultItem interface {
|
||||
Item
|
||||
Title() string
|
||||
|
||||
+1
-1
@@ -61,7 +61,7 @@ func NewDefaultItemStyles() (s DefaultItemStyles) {
|
||||
return s
|
||||
}
|
||||
|
||||
// DefaultItem describes an items designed to work with DefaultDelegate.
|
||||
// DefaultItem describes an item designed to work with DefaultDelegate.
|
||||
type DefaultItem interface {
|
||||
Item
|
||||
Title() string
|
||||
|
||||
Reference in New Issue
Block a user