docs: fix grammar issues in comments (#2352)

This commit is contained in:
Oleksandr Redko 2021-11-11 06:56:36 +02:00 committed by GitHub
parent ecbb9c475f
commit 99c6516c6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 30 additions and 30 deletions

View file

@ -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