Skip to content

Commit 379ad52

Browse files
author
Marek Kaluba
authored
remove double backquote (JuliaLang#3478)
1 parent 9f277c4 commit 379ad52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pkg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ This includes:
589589
* The `name` of the package.
590590
* The package's unique `uuid`.
591591
* 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
593593
are "free", for example `version="0.5"` allows any version `0.5.x` to be installed. If given as a `VersionNumber`,
594594
the exact version is used, for example `version=v"0.5.3"`.
595595
* A `url` and an optional git `rev`ision. `rev` can be a branch name or a git commit SHA1.

0 commit comments

Comments
 (0)