Fix typo of Hyphenated ranges

Fix typo of Hyphenated ranges
This commit is contained in:
SyberToto 2019-12-31 13:12:00 -05:00 committed by GitHub
parent a3bc51825a
commit 039979de41
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