1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix qualifiers example (#38820)

Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
This commit is contained in:
Steven Honson
2023-07-11 21:01:54 +10:00
committed by GitHub
parent 54df72776b
commit a9106aaec5

View File

@@ -60,7 +60,7 @@ To search for a phrase containing a quotation mark, you can escape the quotation
You can also use quoted strings in qualifiers, for example:
```
path: git language: "protocol buffers"
path:git language:"protocol buffers"
```
## Using boolean operations