Skip to content

Commit

Permalink
loading: work on simplifications (and some corrections) of docs (#29946)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8b35e84)
  • Loading branch information
vtjnash authored and KristofferC committed Dec 20, 2018
1 parent 64db937 commit c379fb0
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 70 deletions.
2 changes: 1 addition & 1 deletion base/initdefs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const DEFAULT_LOAD_PATH = ["@", "@v#.#", "@stdlib"]
LOAD_PATH
An array of paths for `using` and `import` statements to consider as project
environments or package directories when loading code. See Code Loading.
environments or package directories when loading code. See [Code Loading](@ref Code-Loading).
"""
const LOAD_PATH = copy(DEFAULT_LOAD_PATH)
const HOME_PROJECT = Ref{Union{String,Nothing}}(nothing)
Expand Down
Loading

0 comments on commit c379fb0

Please sign in to comment.