aboutsummaryrefslogtreecommitdiffstats
path: root/cache/query.go
diff options
context:
space:
mode:
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)