aboutsummaryrefslogtreecommitdiffstats
path: root/cache/query.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-10 12:47:05 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-10 12:47:05 +0200
commitc8239a990b9babe071f08b78ad0195f01550d628 (patch)
treecce35c80f584a66fde4b659b5be15857e1b2e6d4 /cache/query.go
parentece9e39461bb40df979c22092873eff014fc1648 (diff)
downloadgit-bug-c8239a990b9babe071f08b78ad0195f01550d628.tar.gz
cache: doc & cleaning
Diffstat (limited to 'cache/query.go')
-rw-r--r--cache/query.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/query.go b/cache/query.go
index 14ef0bae..5be8f43d 100644
--- a/cache/query.go
+++ b/cache/query.go
@@ -16,7 +16,7 @@ type Query struct {
//
// Ex: "status:open author:descartes sort:edit-asc"
//
-// Supported filter fields and syntax are described in docs/queries.md
+// Supported filter qualifiers and syntax are described in docs/queries.md
func ParseQuery(query string) (*Query, error) {
fields := splitQuery(query)