Skip to content

Commit

Permalink
Typo (#29482)
Browse files Browse the repository at this point in the history
(cherry picked from commit f9b9d85)
  • Loading branch information
fbruetting authored and KristofferC committed Oct 6, 2018
1 parent e62e48d commit a027a6c
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 @@ -75,7 +75,7 @@ const DEFAULT_LOAD_PATH = ["@", "@v#.#", "@stdlib"]
"""
LOAD_PATH
An array of paths for `using` and `import` statements to consdier as project
An array of paths for `using` and `import` statements to consider as project
environments or package directories when loading code. See Code Loading.
"""
const LOAD_PATH = copy(DEFAULT_LOAD_PATH)
Expand Down

0 comments on commit a027a6c

Please sign in to comment.