Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 1bc50f9

Browse files
authored
Merge pull request #1366 from stmuk/master
correct minor typo
2 parents 84cf7b3 + 186178f commit 1bc50f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ see [changing dependencies](#changing-dependencies).
252252
253253
You might, for example, include a constraint in your manifest that specifies `version = "=2.0.0"` to pin a dependency to version 2.0.0, or constrain to minor releases with: `version = "2.*"`. Refer to the [semver library](https://github.com/Masterminds/semver) documentation for more info.
254254
255-
**Note**: When you specify a version *without an operator*, `dep` automatically uses the `^` operator by default. `dep ensure` will interpret the given version as the min-boundry of a range, for example:
255+
**Note**: When you specify a version *without an operator*, `dep` automatically uses the `^` operator by default. `dep ensure` will interpret the given version as the min-boundary of a range, for example:
256256
257257
* `1.2.3` becomes the range `>=1.2.3, <2.0.0`
258258
* `0.2.3` becomes the range `>=0.2.3, <0.3.0`

0 commit comments

Comments
 (0)