Skip to content

Commit 3530c8f

Browse files
authored
Consistently format Julia in the docstring for Base.DEPOT_PATH (#53873)
It is unclear what `Julia` exactly means in this docstring, but the two occurences of the word 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.
1 parent 89d59a9 commit 3530c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/initdefs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ Here is an overview of some of the subdirectories that may exist in a depot:
7575
7676
* `artifacts`: Contains content that packages use for which Pkg manages the installation of.
7777
* `clones`: Contains full clones of package repos. Maintained by `Pkg.jl` and used as a cache.
78-
* `config`: Contains julia-level configuration such as a `startup.jl`
78+
* `config`: Contains julia-level configuration such as a `startup.jl`.
7979
* `compiled`: Contains precompiled `*.ji` files for packages. Maintained by Julia.
8080
* `dev`: Default directory for `Pkg.develop`. Maintained by `Pkg.jl` and the user.
8181
* `environments`: Default package environments. For instance the global environment for a specific julia version. Maintained by `Pkg.jl`.
82-
* `logs`: Contains logs of `Pkg` and `REPL` operations. Maintained by `Pkg.jl` and `Julia`.
82+
* `logs`: Contains logs of `Pkg` and `REPL` operations. Maintained by `Pkg.jl` and Julia.
8383
* `packages`: Contains packages, some of which were explicitly installed and some which are implicit dependencies. Maintained by `Pkg.jl`.
8484
* `registries`: Contains package registries. By default only `General`. Maintained by `Pkg.jl`.
8585
* `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.

0 commit comments

Comments
 (0)