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

Remove redundant word (since/so)

This commit is contained in:
Tim McCormack
2023-03-13 17:33:07 +00:00
committed by GitHub
parent 3f6bc50a7f
commit e234a53e02

View File

@@ -212,7 +212,7 @@ To search for a filename which contains a special character like `*` or `?`, jus
path:"file?" path:"file?"
``` ```
Since glob expressions are disabled for quoted strings, so the above query will only match paths containing the literal string `file?`. Glob expressions are disabled for quoted strings, so the above query will only match paths containing the literal string `file?`.
### Symbol qualifier ### Symbol qualifier