Fixed typo in understanding-github-code-search-syntax.md (#27374)
This commit is contained in:
@@ -75,7 +75,7 @@ To search for documents containing either one term or the other, you can use the
|
||||
sparse OR index
|
||||
```
|
||||
|
||||
To exclude files from your search results, you can use the `NOT` operator. For example, to exclude file in the `__testing__` directory, you can search:
|
||||
To exclude files from your search results, you can use the `NOT` operator. For example, to exclude files in the `__testing__` directory, you can search:
|
||||
|
||||
```
|
||||
"fatal error" NOT path:__testing__
|
||||
|
||||
Reference in New Issue
Block a user