From 6e315ea131553d42768e678d5f86445dd3c54aa4 Mon Sep 17 00:00:00 2001 From: vince Date: Sun, 26 Jul 2020 15:55:25 +0800 Subject: Update docs --- cache/repo_cache_bug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cache') diff --git a/cache/repo_cache_bug.go b/cache/repo_cache_bug.go index 34e2a144..bcbfcea3 100644 --- a/cache/repo_cache_bug.go +++ b/cache/repo_cache_bug.go @@ -360,7 +360,7 @@ func (c *RepoCache) NewBugRaw(author *IdentityCache, unixTime int64, title strin return cached, op, nil } -// RemoveBug removes a bug from the cache and repo +// RemoveBug removes a bug from the cache and repo given a bug id prefix func (c *RepoCache) RemoveBug(prefix string) error { b, err := c.ResolveBugPrefix(prefix) -- cgit