From c7c605665cbec96d0591d69cdf3676d2f94ed659 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Mon, 20 Apr 2026 21:56:30 -0500 Subject: [PATCH] Typo --- HELP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HELP.md b/HELP.md index 78ff6bc..b0641f0 100644 --- a/HELP.md +++ b/HELP.md @@ -314,7 +314,7 @@ Assign a variable using the standard syntax: `$a = 'mystr'` You can then use them anywhere you may use a string: `split $a` -If you variable contains a `:: destructured`, you can access individual elements with their indices: `$a.0`, `$a.1`, &c. +If your variable contains a `:: destructured`, you can access individual elements with their indices: `$a.0`, `$a.1`, &c. There are also several commands for interactive with variables, defined below.