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
2
internal/cache/cache_test.go
vendored
2
internal/cache/cache_test.go
vendored
|
@ -233,7 +233,7 @@ func TestCacheTrim(t *testing.T) {
|
|||
t.Fatalf("second trim did work: %q -> %q", data, data2)
|
||||
}
|
||||
|
||||
// Fast forward and do another trim just before the 5 day cutoff.
|
||||
// Fast-forward and do another trim just before the 5-day cutoff.
|
||||
// Note that because of usedQuantum the cutoff is actually 5 days + 1 hour.
|
||||
// We used c.Get(id) just now, so 5 days later it should still be kept.
|
||||
// On the other hand almost a full day has gone by since we wrote dummyID(2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue