sm
/
cache
1
0
Fork 0

s/field/fields/

This commit is contained in:
Patrick Mylund Nielsen 2013-08-08 14:53:24 -04:00
parent f8cc27acbc
commit fd89281dfd
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,7 @@ func (c *cache) LoadFile(fname string) error {
// Returns the items in the cache. This may include items that have expired,
// but have not yet been cleaned up. If this is significant, the Expiration
// field of the items should be checked.
// fields of the items should be checked.
func (c *cache) Items() map[string]*Item {
c.RLock()
defer c.RUnlock()