Skip to content

Commit e87a1c0

Browse files
authored
Update fr/book/cheat_sheet.md
From review
1 parent 9bd1996 commit e87a1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fr/book/cheat_sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ les closures et définitions imbriquées ne peuvent pas capturer des variables m
428428

429429
```nu
430430
mut x = 0
431-
# => [1 2 3] | each { $x += 1 }
431+
[1 2 3] | each { $x += 1 }
432432
# => Error: nu::parser::expected_keyword
433433
# =>
434434
# => × Capture of mutable variable.

0 commit comments

Comments
 (0)