From a311d67451eb4734684f314f1b56021da86459a0 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sun, 2 Jul 2023 21:25:55 +0200 Subject: fish: fix error in product expansion --- src/tools/fish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tools/fish.md b/src/tools/fish.md index 2cc763e..fb795dd 100644 --- a/src/tools/fish.md +++ b/src/tools/fish.md @@ -50,7 +50,7 @@ echo file.{h,cc} # file.h file.cc echo {a,b}{1,2} -# a1 b1 b2 +# a1 b1 a2 b2 ``` ### Special Variables (Lists) -- cgit v1.2.3