fix: fix comment typo (#2220)

Use an instead of 'a' if the following word starts with a vowel sound, e.g. 'an in-memory cache'.
master
safeoy 2 years ago committed by GitHub
parent dbdbb68676
commit 3f3c811e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ type (
// CacheOption defines the method to customize a Cache.
CacheOption func(cache *Cache)
// A Cache object is a in-memory cache.
// A Cache object is an in-memory cache.
Cache struct {
name string
lock sync.Mutex

Loading…
Cancel
Save