From e5f400b2490d5c29c43754dbeb404783050cf451 Mon Sep 17 00:00:00 2001 From: Peter Simon Date: Sat, 14 Sep 2024 06:17:04 -0700 Subject: [PATCH] Tweak sentence syntax in getting-started.md (#4020) --- 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 1539cda6cd..fe1f652dd3 100644 --- a/docs/src/getting-started.md +++ b/docs/src/getting-started.md @@ -154,7 +154,7 @@ We can see that the `tutorial` environment now contains `Example` and `JSON`. If you have the same package (at the same version) installed in multiple environments, the package will only be downloaded and stored on the hard drive once. This makes environments - very lightweight and effectively free to create. Only using the default + very lightweight and effectively free to create. Using only the default environment with a huge number of packages in it is a common beginners mistake in Julia. Learning how to use environments effectively will improve your experience with Julia packages.