From afaaaeec2f0e94d932ad10905f41ecb5a0993bef Mon Sep 17 00:00:00 2001 From: Knut Andreas Meyer Date: Mon, 9 Aug 2021 18:49:38 +0200 Subject: [PATCH] Fix list typo in PackageSpec's docstring (#2687) --- src/Pkg.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pkg.jl b/src/Pkg.jl index 538ff3a572..fbfe08d814 100644 --- a/src/Pkg.jl +++ b/src/Pkg.jl @@ -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.