Skip to content

Commit 2449390

Browse files
committed
Auto merge of #6963 - ehuss:doc-inequality, r=alexcrichton
Change docs "inequality" for semver requirement. I can see how "inequality" may be confusing. I considered a few other words ("operator", "range", "relational"), but settled on "comparison" since it conveys that it is *comparing* against a value. npm uses the term "comparator". Closes #6958
2 parents 00e4c69 + 161f1da commit 2449390

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)