Skip to content

Commit

Permalink
Merge pull request #38 from sinukaarel/fix/typo
Browse files Browse the repository at this point in the history
fix: Typo in FIFO comment
  • Loading branch information
mgnsk authored Jan 9, 2025
2 parents fa02789 + 97ac834 commit f64b436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

// Available cache eviction policies.
const (
// FIFO policy orders recods in FIFO order.
// FIFO policy orders records in FIFO order.
FIFO = backend.FIFO
// LFU policy orders records in LFU order.
LFU = backend.LFU
Expand Down

0 comments on commit f64b436

Please sign in to comment.