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,8 +4,8 @@ Get an item from 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.
* array (`array`) - The array to get the value from.
* key (`string`) - The key to get the value for.
## Return