From cd75456a8786a83f7cdb9a5f97bbf90337c3284a Mon Sep 17 00:00:00 2001 From: Nils Gudat Date: Mon, 2 Dec 2024 17:18:06 +0000 Subject: [PATCH] Fix heading (#4102) --- 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).