We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9097f87 commit 464a6edCopy full SHA for 464a6ed
book/modules/creating_modules.md
@@ -230,7 +230,7 @@ The most common form for a submodule definition is with `export module`.
230
export module ./range-into-list.nu
231
```
232
233
-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:
234
235
```nu
236
# Go to the parent directory of my-utils
0 commit comments