Remove space between filter and language (#25266)
This commit is contained in:
@@ -151,7 +151,7 @@ user:octocat
|
||||
To narrow down to a specific languages, use the `language:` qualifier. For example:
|
||||
|
||||
```
|
||||
language: ruby OR language:cpp OR language:csharp
|
||||
language:ruby OR language:cpp OR language:csharp
|
||||
```
|
||||
|
||||
For a complete list of supported language names, see [languages.yaml](https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml) in [github-linguist/linguist](https://github.com/github-linguist/linguist). If your preferred language is not on the list, you can open a pull request to add it.
|
||||
|
||||
Reference in New Issue
Block a user