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.