mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
function.rst: remove ellipsis since there is no repetition
Alternatively we could say *COMMANDS*... or similar.
This commit is contained in:
parent
851512a7cc
commit
adccd6e6f5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ function - create a function
|
|||
Synopsis
|
||||
--------
|
||||
|
||||
**function** *NAME* [*OPTIONS*]; BODY ...; **end**
|
||||
**function** *NAME* [*OPTIONS*]; *BODY*; **end**
|
||||
|
||||
|
||||
Description
|
||||
|
|
Loading…
Reference in a new issue