mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
docs: fix grammar issues in comments (#2352)
This commit is contained in:
parent
ecbb9c475f
commit
99c6516c6b
18 changed files with 30 additions and 30 deletions
|
@ -26,7 +26,7 @@ const (
|
|||
)
|
||||
|
||||
// Cache is a per-package data cache. A cached data is invalidated when
|
||||
// package or it's dependencies change.
|
||||
// package, or it's dependencies change.
|
||||
type Cache struct {
|
||||
lowLevelCache *cache.Cache
|
||||
pkgHashes sync.Map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue