Skip to content

Commit 3bd988d

Browse files
authored
Fix typo in modules.md
1 parent cec13f4 commit 3bd988d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Modules
22

3-
Like many programming languages, Nushell supports writing and using _modules_ as a way to organize code more efficiently. Modules can be thought of a "containers" that hold various definitions, including:
3+
Like many programming languages, Nushell supports writing and using _modules_ as a way to organize code more efficiently. Modules can be thought of as "containers" that hold various definitions, including:
44

55
- Additional custom commands
66
- Aliases

0 commit comments

Comments
 (0)