Skip to content

Commit

Permalink
Update control_flow.md (nushell#1313)
Browse files Browse the repository at this point in the history
* Update control_flow.md

Some commas for better understanding

* tweak words

---------

Co-authored-by: Darren Schroeder <[email protected]>
  • Loading branch information
petrisch and fdncred authored Mar 25, 2024
1 parent db1670b commit bcf2a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/control_flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The branches can either return a single value or, as shown in the second branch,

#### Catch all branch

You can have also have a catch all condition for if the given value doesn't match any of the other conditions by having a branch whose matching value is `_`.
You can also have a catch all condition for when the given value doesn't match any of the other conditions by having a branch whose matching value is `_`.

```nu
> let foo = match 7 {
Expand Down

0 comments on commit bcf2a60

Please sign in to comment.