mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
docs: slight grammar improvement in source docs
[ci skip]
This commit is contained in:
parent
4265b02eb3
commit
f11ee26aae
1 changed files with 1 additions and 1 deletions
|
@ -38,4 +38,4 @@ Example
|
|||
Caveats
|
||||
-------
|
||||
|
||||
In fish versions prior to 2.3.0 the ``$argv`` variable would have a single element (the name of the sourced file) if no arguments are present. Otherwise it would contain arguments without the name of the sourced file. That behavior was very confusing and unlike other shells such as bash and zsh.
|
||||
In fish versions prior to 2.3.0, the ``$argv`` variable would have a single element (the name of the sourced file) if no arguments are present. Otherwise, it would contain arguments without the name of the sourced file. That behavior was very confusing and unlike other shells such as bash and zsh.
|
||||
|
|
Loading…
Reference in a new issue