From 44cd26f2cebd760a53aa4ff1b7779e718a101650 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 22:45:02 -0400 Subject: Rename Array -> List in all code and docs --- docs/command-line-parsing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/command-line-parsing.md') diff --git a/docs/command-line-parsing.md b/docs/command-line-parsing.md index 127cf232..bd71ba41 100644 --- a/docs/command-line-parsing.md +++ b/docs/command-line-parsing.md @@ -97,10 +97,10 @@ foo: Invalid value provided for --foo; valid values are: One Two Signature: foo [--help] ``` -### Arrays of Text +### Lists of Text -Currently, Tomo supports accepting arguments that take an array of text. -Array-of-text arguments can be passed like this: +Currently, Tomo supports accepting arguments that take a list of text. +List-of-text arguments can be passed like this: ```tomo # many-texts.tm -- cgit v1.2.3