diff --git a/docs/dependency-specification.md b/docs/dependency-specification.md index 727fbf66260..26c63c2077b 100644 --- a/docs/dependency-specification.md +++ b/docs/dependency-specification.md @@ -121,7 +121,6 @@ If you only specify a major, and minor version, then minor- and patch-level chan | ----------- | ---------------- | | ~=1.2.3 | >=1.2.3 <1.3.0 | | ~=1.2 | >=1.2.0 <2.0.0 | -| ~=1 | >=1.0.0 | ### Tilde requirements