Skip to content

Commit

Permalink
add missing parenthesis in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
heiderich committed Jan 11, 2019
1 parent adb3925 commit 8e7f6da
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 @@ -229,7 +229,7 @@ Pkg.develop("Example")
Pkg.develop(PackageSpec(url="https://github.com/JuliaLang/Compat.jl"))
# By path
Pkg.develop(PackageSpec(path="MyJuliaPackages/Package.jl")
Pkg.develop(PackageSpec(path="MyJuliaPackages/Package.jl"))
```
See also [`PackageSpec`](@ref)
Expand Down

0 comments on commit 8e7f6da

Please sign in to comment.