We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0c31d commit 161f1daCopy full SHA for 161f1da
1 file changed
src/doc/src/reference/specifying-dependencies.md
@@ -83,12 +83,12 @@ positioned.
83
1.2.* := >=1.2.0 <1.3.0
84
```
85
86
-### Inequality requirements
+### Comparison requirements
87
88
-**Inequality requirements** allow manually specifying a version range or an
+**Comparison requirements** allow manually specifying a version range or an
89
exact version to depend on.
90
91
-Here are some examples of inequality requirements:
+Here are some examples of comparison requirements:
92
93
```notrust
94
>= 1.2.0
0 commit comments