Skip to content

Commit

Permalink
Auto merge of #6963 - ehuss:doc-inequality, r=alexcrichton
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bors committed May 20, 2019
2 parents 00e4c69 + 161f1da commit 2449390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/doc/src/reference/specifying-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ positioned.
1.2.* := >=1.2.0 <1.3.0
```

### Inequality requirements
### Comparison requirements

**Inequality requirements** allow manually specifying a version range or an
**Comparison requirements** allow manually specifying a version range or an
exact version to depend on.

Here are some examples of inequality requirements:
Here are some examples of comparison requirements:

```notrust
>= 1.2.0
Expand Down

0 comments on commit 2449390

Please sign in to comment.