From 3108bd57beabb54ac1a35295a67875e92df431ca Mon Sep 17 00:00:00 2001 From: Mattias Ross Date: Mon, 5 May 2025 08:50:12 +0200 Subject: [PATCH] Change my-init to my-utils --- book/modules/creating_modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/modules/creating_modules.md b/book/modules/creating_modules.md index 19214db1683..f39529e5e95 100644 --- a/book/modules/creating_modules.md +++ b/book/modules/creating_modules.md @@ -230,7 +230,7 @@ The most common form for a submodule definition is with `export module`. export module ./range-into-list.nu ``` -2. We now have a module `my-init` with the two submodules. Try it out: +2. We now have a module `my-utils` with the two submodules. Try it out: ```nu # Go to the parent directory of my-utils