mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
Fix typo in language docs
This commit is contained in:
@@ -788,11 +788,10 @@ Some more examples::
|
||||
# Output is 1 2 3
|
||||
|
||||
echo $$var[2][3]
|
||||
# $var[1] is listtwo, third element of that is 6, output is 6
|
||||
# $var[2] is listtwo, third element of that is 6, output is 6
|
||||
|
||||
echo $$var[..][2]
|
||||
# The second element of every variable, so output is
|
||||
# 2 5
|
||||
# The second element of every variable, so output is 2 5
|
||||
|
||||
Variables as command
|
||||
''''''''''''''''''''
|
||||
|
||||
Reference in New Issue
Block a user