Skip to content

Commit a3cfa32

Browse files
authored
Correct an inaccuracy
1 parent bfdb9c3 commit a3cfa32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/specifying-dependencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ be allowed with them:
4747
^0 := >=0.0.0 <1.0.0
4848
```
4949

50-
This compatibility convention is different from SemVer in the way it treats the
50+
This compatibility convention is different from SemVer in the way it treats
5151
versions before 1.0.0. While SemVer says there is no compatibility before
52-
1.0.0, Cargo considers any `0.x.y` and `0.x.z` versions, where `zy`, to be
53-
compatible.
52+
1.0.0, Cargo considers `0.x.y` to be compatible with `0.x.z`, where `yz`
53+
and `x > 0`.
5454

5555
## Tilde requirements
5656

0 commit comments

Comments
 (0)