From f453990580e0f8a0ee9a3907f9c480a42993d54b Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Sat, 11 Jul 2026 19:13:21 +0200 Subject: [PATCH] Fix fr typo As reported in #1532 https://github.com/nushell/nushell.github.io/issues/1532#issuecomment-4162574500 --- fr/book/cheat_sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fr/book/cheat_sheet.md b/fr/book/cheat_sheet.md index 1c60d3265a7..4901a38acfe 100644 --- a/fr/book/cheat_sheet.md +++ b/fr/book/cheat_sheet.md @@ -251,7 +251,7 @@ let cond = {|x| $x < 0 }; [-1 -2 9 1] | take while $cond # => ╰───┴────╯ ``` -## Tablaux +## Tableaux trier un tableau :