Skip to content

Commit 161f1da

Browse files
committed
Change docs "inequality" for semver requirement.
1 parent 5a0c31d commit 161f1da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/src/reference/specifying-dependencies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ positioned.
8383
1.2.* := >=1.2.0 <1.3.0
8484
```
8585

86-
### Inequality requirements
86+
### Comparison requirements
8787

88-
**Inequality requirements** allow manually specifying a version range or an
88+
**Comparison requirements** allow manually specifying a version range or an
8989
exact version to depend on.
9090

91-
Here are some examples of inequality requirements:
91+
Here are some examples of comparison requirements:
9292

9393
```notrust
9494
>= 1.2.0

0 commit comments

Comments
 (0)