Skip to content

Commit bcf2a60

Browse files
petrischfdncred
andauthored
Update control_flow.md (#1313)
* Update control_flow.md Some commas for better understanding * tweak words --------- Co-authored-by: Darren Schroeder <[email protected]>
1 parent db1670b commit bcf2a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/control_flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The branches can either return a single value or, as shown in the second branch,
8080

8181
#### Catch all branch
8282

83-
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 `_`.
83+
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 `_`.
8484

8585
```nu
8686
> let foo = match 7 {

0 commit comments

Comments
 (0)