Skip to content

Commit

Permalink
Consistently format Julia in DEPOT_PATH docstring
Browse files Browse the repository at this point in the history
It is unclear what `Julia` exactly means in this docstring, but the two
occurences have different formatting. The guidelines say
> in docstrings refer to the language as "Julia" and the executable as
"`julia`"
Given that we are not talking about the executable here, I removed the
backticks
  • Loading branch information
Sbozzolo committed Mar 27, 2024
1 parent 6737a1d commit 9c4162b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/initdefs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Here is an overview of some of the subdirectories that may exist in a depot:
* `compiled`: Contains precompiled `*.ji` files for packages. Maintained by Julia.
* `dev`: Default directory for `Pkg.develop`. Maintained by `Pkg.jl` and the user.
* `environments`: Default package environments. For instance the global environment for a specific julia version. Maintained by `Pkg.jl`.
* `logs`: Contains logs of `Pkg` and `REPL` operations. Maintained by `Pkg.jl` and `Julia`.
* `logs`: Contains logs of `Pkg` and `REPL` operations. Maintained by `Pkg.jl` and Julia.
* `packages`: Contains packages, some of which were explicitly installed and some which are implicit dependencies. Maintained by `Pkg.jl`.
* `registries`: Contains package registries. By default only `General`. Maintained by `Pkg.jl`.
* `scratchspaces`: Contains content that a package itself installs via the [`Scratch.jl`](https://github.com/JuliaPackaging/Scratch.jl) package. `Pkg.gc()` will delete content that is known to be unused.
Expand Down

0 comments on commit 9c4162b

Please sign in to comment.