aboutsummaryrefslogtreecommitdiff
path: root/docs/yaml/functions/executable.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/functions/executable.yaml')
-rw-r--r--docs/yaml/functions/executable.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/yaml/functions/executable.yaml b/docs/yaml/functions/executable.yaml
index df71b79..1e463ed 100644
--- a/docs/yaml/functions/executable.yaml
+++ b/docs/yaml/functions/executable.yaml
@@ -4,9 +4,9 @@ description: |
Creates a new executable. The first argument specifies its name and
the remaining positional arguments define the input files to use.
- The lists for the kwargs (such as `sources`, `objects`, and `dependencies`) are
- always flattened, which means you can freely nest and add lists while
- creating the final list.
+ The arrays for the kwargs (such as `sources`, `objects`, and `dependencies`) are
+ always flattened, which means you can freely nest and add arrays while
+ creating the final array.
The returned object also has methods that are documented in [[@exe]].