Skip to content

Commit

Permalink
docs(list): fix grammar in doc comment and README (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
oahshtsua authored Oct 7, 2024
1 parent 9a262e9 commit cf3f46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion list/defaultitem.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf3f46a

Please sign in to comment.