Updated documentation for base instructions
This commit is contained in:
parent
dc0811a271
commit
f071d1dc72
5 changed files with 12 additions and 12 deletions
|
@ -4,9 +4,9 @@ Set an item in an array using "dot" notation.
|
|||
|
||||
## Parameters
|
||||
|
||||
* array (`array`, `instruction`) - The array to get the value from.
|
||||
* key (`string`, `instruction`) - The key to get the value for.
|
||||
* value (`any`, `instruction`) - The value to set.
|
||||
* array (`array`) - The array to get the value from.
|
||||
* key (`string`) - The key to get the value for.
|
||||
* value (`any`) - The value to set.
|
||||
|
||||
## Return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue