Skip to content

Commit

Permalink
fix typo (#4490)
Browse files Browse the repository at this point in the history
Signed-off-by: phuongnd96 <[email protected]>
  • Loading branch information
phuongdnguyen authored Jul 14, 2023
1 parent dae7789 commit 7229285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type multiGetter struct {
getters []Getter
}

// MultiGetter combines a lit of getters into a single getter.
// MultiGetter combines a list of getters into a single getter.
func MultiGetter(getters ...Getter) Getter {
all := make([]Getter, 0, len(getters))
for _, r := range getters {
Expand Down

0 comments on commit 7229285

Please sign in to comment.