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
  • Loading branch information
vtjnash authored Dec 17, 2018
1 parent 433ba13 commit 8b35e84
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 8b35e84

Please sign in to comment.