From f576db88a21f6e43a37a9ac47a9733a220d30326 Mon Sep 17 00:00:00 2001 From: Nils Gudat Date: Mon, 2 Dec 2024 16:08:23 +0000 Subject: [PATCH] Fix heading --- docs/src/environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/environments.md b/docs/src/environments.md index 54fa4e9fe9..fd16427e10 100644 --- a/docs/src/environments.md +++ b/docs/src/environments.md @@ -1,4 +1,4 @@ -# [**4.** Working with Environment](@id Working-with-Environments) +# [**4.** Working with Environments](@id Working-with-Environments) The following discusses Pkg's interaction with environments. For more on the role, environments play in code loading, including the "stack" of environments from which code can be loaded, see [this section in the Julia manual](https://docs.julialang.org/en/v1/manual/code-loading/#Environments-1).