Skip to content

Commit

Permalink
Fix list typo in PackageSpec's docstring (#2687)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnutAM authored Aug 9, 2021
1 parent a15a728 commit afaaaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pkg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ This includes:
* The `name` of the package.
* The package's unique `uuid`.
* A `version` (for example when adding a package). When upgrading, can also be an instance of
the enum [`UpgradeLevel`](@ref).
the enum [`UpgradeLevel`](@ref).
* A `url` and an optional git `rev`ision. `rev` can be a branch name or a git commit SHA1.
* A local `path`. This is equivalent to using the `url` argument but can be more descriptive.
* A `subdir` which can be used when adding a package that is not in the root of a repository.
Expand Down

0 comments on commit afaaaee

Please sign in to comment.