File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -589,7 +589,7 @@ This includes:
589
589
* The `name` of the package.
590
590
* The package's unique `uuid`.
591
591
* A `version` (for example when adding a package). When upgrading, can also be an instance of
592
- the enum [`UpgradeLevel`](@ref). If the version is given as a `String`` this means that unspecified versions
592
+ the enum [`UpgradeLevel`](@ref). If the version is given as a `String` this means that unspecified versions
593
593
are "free", for example `version="0.5"` allows any version `0.5.x` to be installed. If given as a `VersionNumber`,
594
594
the exact version is used, for example `version=v"0.5.3"`.
595
595
* A `url` and an optional git `rev`ision. `rev` can be a branch name or a git commit SHA1.
You can’t perform that action at this time.
0 commit comments