Skip to content

Commit cf3f46a

Browse files
authored
docs(list): fix grammar in doc comment and README (#627)
1 parent 9a262e9 commit cf3f46a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

list/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type Item interface {
1717
```
1818

1919
```go
20-
// DefaultItem describes an items designed to work with DefaultDelegate.
20+
// DefaultItem describes an item designed to work with DefaultDelegate.
2121
type DefaultItem interface {
2222
Item
2323
Title() string

list/defaultitem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func NewDefaultItemStyles() (s DefaultItemStyles) {
6161
return s
6262
}
6363

64-
// DefaultItem describes an items designed to work with DefaultDelegate.
64+
// DefaultItem describes an item designed to work with DefaultDelegate.
6565
type DefaultItem interface {
6666
Item
6767
Title() string

0 commit comments

Comments
 (0)