Skip to content

Commit f5821f3

Browse files
authored
Update modules chapter (#908)
1 parent 9bba181 commit f5821f3

File tree

4 files changed

+290
-100
lines changed

4 files changed

+290
-100
lines changed

book/custom_commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def greet [
372372
The comments that we put on the definition and its parameters then appear as descriptions inside the [`help`](/commands/docs/help.md) of the command.
373373

374374
::: warning Note
375-
A Nushell comment that continues on the same line for argument documentation purposes requires a space before the ` #` pound sign.
375+
A Nushell comment that continues on the same line for argument documentation purposes requires a space before the ` #` pound sign.
376376
:::
377377

378378
Now, if we run `help greet`, we're given a more helpful help text:

book/environment.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,3 @@ The hiding is also scoped which both allows you to remove an environment variabl
223223
> $env.FOO
224224
BAR
225225
```
226-
227-
You can check [Modules](modules.md) for more details about hiding.

0 commit comments

Comments
 (0)