aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSladyn <gunnerforlife00@gmail.com>2019-03-03 10:43:06 +0530
committerGitHub <noreply@github.com>2019-03-03 10:43:06 +0530
commit0e5550a27b7d9b8beb1418588ca5c9c12f4437c5 (patch)
tree1581787c89c520e4876bba92b4c130d8128fd9f3 /doc
parent6fee8a44429339ba59004fc7506571b8876eae4a (diff)
downloadgit-bug-0e5550a27b7d9b8beb1418588ca5c9c12f4437c5.tar.gz
Fixed doc/queries.md
Diffstat (limited to 'doc')
-rw-r--r--doc/queries.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/queries.md b/doc/queries.md
index 424e0d31..224b59a0 100644
--- a/doc/queries.md
+++ b/doc/queries.md
@@ -46,10 +46,10 @@ You can filter based on the bug's label.
You can filter based on the bug's title.
-| Qualifier | Example |
-| --- | --- |
-| `title:TITLE` | `title:Critical` matches bugs with the title `Critical` |
-| | `title:"Typo in string"` matches bugs with the title `Typo in string` |
+| Qualifier | Example |
+| --- | --- |
+| `title:TITLE` | `title:Critical` matches bugs with a title containing `Critical` |
+| | `title:"Typo in string"` matches bugs with a title containing `Typo in string` |
### Filtering by missing feature