Skip to content

Commit 318b499

Browse files
authored
Fix typo in modules.md (#1944)
1 parent 2993c57 commit 318b499

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)