From a9106aaec58def5429559d480a786d043def03db Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Tue, 11 Jul 2023 21:01:54 +1000 Subject: [PATCH] Fix qualifiers example (#38820) Co-authored-by: Matt Pollard --- .../understanding-github-code-search-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/search-github/github-code-search/understanding-github-code-search-syntax.md b/content/search-github/github-code-search/understanding-github-code-search-syntax.md index 471bfb78003f..7bc253223006 100644 --- a/content/search-github/github-code-search/understanding-github-code-search-syntax.md +++ b/content/search-github/github-code-search/understanding-github-code-search-syntax.md @@ -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