Skip to content

Commit 51462d6

Browse files
committed
Fix docs on ~1.2 version range, close jquery-archivegh-93.
1 parent 1d68473 commit 51462d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/package-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ a version in the following fashion.
210210
For example, the following are equivalent:
211211

212212
* `"~1.2.3" = ">=1.2.3 <1.3.0"`
213-
* `"~1.2" = ">=1.2.0 <2.0.0"`
213+
* `"~1.2" = ">=1.2.0 <1.3.0"`
214214
* `"~1" = ">=1.0.0 <2.0.0"`
215215

216216
### <a name="x-version-ranges">X Version Ranges</a>

0 commit comments

Comments
 (0)