diff options
author | vince <vincetiu8@gmail.com> | 2020-07-26 15:55:25 +0800 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-07-28 14:30:07 +0200 |
commit | 6e315ea131553d42768e678d5f86445dd3c54aa4 (patch) | |
tree | 3c7c55d17380af69b38f4e41afc5aeefdc785f6b /cache | |
parent | 4e5f377d75824e31a058313cad2d2e478f348c28 (diff) | |
download | git-bug-6e315ea131553d42768e678d5f86445dd3c54aa4.tar.gz |
Update docs
Diffstat (limited to 'cache')
-rw-r--r-- | cache/repo_cache_bug.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |