From 16b8921ca246410c14cfeb8bf1dd28ead97aaebe Mon Sep 17 00:00:00 2001 From: Patrick Mylund Nielsen Date: Sun, 29 Jan 2012 03:37:47 +0100 Subject: [PATCH] Last one? --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 2125a76..d54587f 100644 --- a/README +++ b/README @@ -153,4 +153,4 @@ func (c *cache) Load(r io.Reader) error func (c *cache) LoadFile(fname string) error Loads and adds cache items from the given filename, excluding any items that - already exist in the current cache, + already exist in the current cache.