Merge pull request #1311 from SyberToto/patch-1

Fix typo of Hyphenated ranges
This commit is contained in:
Rico Sta. Cruz 2020-01-01 09:55:06 +11:00 committed by GitHub
commit d5b83196c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Note that suffixed versions (`1.2.3-rc1`) are not matched.
| Range | Description | | Range | Description |
| --- | --- | | --- | --- |
| `1.2.3 - 2.3.0` | is `>=1.2.3 <=2.3.4` | | `1.2.3 - 2.3.4` | is `>=1.2.3 <=2.3.4` |
#### Partial right #### Partial right