Skip to content

Commit 464a6ed

Browse files
Fuuijinmross-one
andauthored
Change my-init to my-utils (#1915)
Co-authored-by: Mattias Ross <[email protected]>
1 parent 9097f87 commit 464a6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/modules/creating_modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ The most common form for a submodule definition is with `export module`.
230230
export module ./range-into-list.nu
231231
```
232232

233-
2. We now have a module `my-init` with the two submodules. Try it out:
233+
2. We now have a module `my-utils` with the two submodules. Try it out:
234234

235235
```nu
236236
# Go to the parent directory of my-utils

0 commit comments

Comments
 (0)