Typo
This commit is contained in:
2
HELP.md
2
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`
|
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.
|
There are also several commands for interactive with variables, defined below.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user