File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ type GetOptions struct {
688688type GetInfo struct {
689689 // If non-zero, Expiry provides an expiration time after which
690690 // Galaxycache should not return this value (and should ideally evict
691- // it from the cache to prevent unexpired, but more recently-outched
691+ // it from the cache to prevent unexpired, but more recently-touched
692692 // items from being evicted)
693693 Expiry time.Time
694694 // TODO: include information about hit-level, and/or backend fetches.
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ type RemoteFetcher interface {
5151
5252// RemoteFetcherWithInfo is an extension of [RemoteFetcher], allowing
5353// [RemoteFetcher] implementations to optionally provide [BackendGetInfo]. (the
54- // zero-value is assumeed otherwise)
54+ // zero-value is assumed otherwise)
5555type RemoteFetcherWithInfo interface {
5656 RemoteFetcher
5757
You can’t perform that action at this time.
0 commit comments