function.rst: remove ellipsis since there is no repetition

Alternatively we could say *COMMANDS*... or similar.
This commit is contained in:
Johannes Altmanninger 2022-01-09 09:42:36 +01:00
parent 851512a7cc
commit adccd6e6f5

View file

@ -6,7 +6,7 @@ function - create a function
Synopsis
--------
**function** *NAME* [*OPTIONS*]; BODY ...; **end**
**function** *NAME* [*OPTIONS*]; *BODY*; **end**
Description