From a15a7286bf4a878386853e3f41960997e9b3d12b Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Mon, 9 Aug 2021 15:24:53 +0800 Subject: [PATCH] docs: typo warn -> warning (#2686) --- docs/src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/getting-started.md b/docs/src/getting-started.md index acfb0c578e..d98213f3d7 100644 --- a/docs/src/getting-started.md +++ b/docs/src/getting-started.md @@ -165,7 +165,7 @@ Now we can go back to the Julia REPL and load the package: julia> import Example ``` -!!! warn +!!! warning A package can only be loaded once per Julia session. If you have run `import Example` in the current Julia session, you will have to restart Julia and rerun `activate tutorial` in the Pkg REPL.