diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-10 12:47:05 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-10 12:47:05 +0200 |
commit | c8239a990b9babe071f08b78ad0195f01550d628 (patch) | |
tree | cce35c80f584a66fde4b659b5be15857e1b2e6d4 /cache/query.go | |
parent | ece9e39461bb40df979c22092873eff014fc1648 (diff) | |
download | git-bug-c8239a990b9babe071f08b78ad0195f01550d628.tar.gz |
cache: doc & cleaning
Diffstat (limited to 'cache/query.go')
-rw-r--r-- | cache/query.go | 2 |
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) |