From d14e02d62ca25772098a7fa5008e47df01653b46 Mon Sep 17 00:00:00 2001 From: Tomas Fiers Date: Mon, 31 Jan 2022 13:28:46 +0000 Subject: [PATCH] docs: fix heading level of Manual > Modules > init & precomp "Module initialization and precompilation" is not a subsection of "Submodules and relative paths", but rather stands on the same level as it and "Namespace management". (This also makes sure the init & precomp section is visible in the TOC sidebar). --- doc/src/manual/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/manual/modules.md b/doc/src/manual/modules.md index d8242d1749f2d..ce569390ba9a8 100644 --- a/doc/src/manual/modules.md +++ b/doc/src/manual/modules.md @@ -394,7 +394,7 @@ end end ``` -### Module initialization and precompilation +## Module initialization and precompilation Large modules can take several seconds to load because executing all of the statements in a module often involves compiling a large amount of code.