Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/modules/creating_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down