Skip to content

Commit 57a47af

Browse files
authored
fix typo (#1185)
1 parent d666241 commit 57a47af

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-
Similar to many other programming languages, Nushell also has modules to organize your code. Each module is a "bag" containing a bunch of definitions (typically commands) that you can export (take out or the bag) and use in your current scope. Since Nushell is also a shell, modules allow you to modify environment variables when importing them.
3+
Similar to many other programming languages, Nushell also has modules to organize your code. Each module is a "bag" containing a bunch of definitions (typically commands) that you can export (take out of the bag) and use in your current scope. Since Nushell is also a shell, modules allow you to modify environment variables when importing them.
44

55
## Quick Overview
66

0 commit comments

Comments
 (0)