Updated documentation for base instructions

This commit is contained in:
Netkas 2022-12-30 03:00:04 -05:00
parent dc0811a271
commit f071d1dc72
5 changed files with 12 additions and 12 deletions

View file

@ -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