From 23d7b45115455339b41f15da6139e90ed6050233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Br=C3=BCtting?= Date: Thu, 4 Oct 2018 16:52:22 +0200 Subject: [PATCH] Typo (#29482) (cherry picked from commit f9b9d858520f3e160d0330cb62c7529342470193) --- base/initdefs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/initdefs.jl b/base/initdefs.jl index d93590af4d63c4..4ba471453fe380 100644 --- a/base/initdefs.jl +++ b/base/initdefs.jl @@ -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)