Skip to content

Commit 43fcd73

Browse files
jdraymonweihanglo
andauthored
Accept review comments
Co-authored-by: Weihang Lo <[email protected]>
1 parent 65e5c9f commit 43fcd73

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
@@ -110,9 +110,9 @@ Here are some examples of comparison requirements:
110110
### Multiple version requirements
111111

112112
As shown in the examples above, multiple version requirements can be
113-
separated with a comma, e.g., `>= 1.2, < 1.5`. Comma separated requirements
114-
are treated as an intersection, so you cannot _exclude_ a version with
115-
non-overlapping requirements like `<1.2,^1.2.2`.
113+
separated with a comma, e.g., `>= 1.2, < 1.5`.
114+
All requirements must be satisfied,
115+
so non-overlapping requirements like `<1.2, ^1.2.2` result in no matching versions.
116116

117117
### Pre-releases
118118

0 commit comments

Comments
 (0)