Fixed assorted typos in documents

Added an example ini to Ammo INI Loader mod.
Updated the changelog.
This commit is contained in:
NovaRain
2023-03-27 20:35:24 +08:00
parent 0c3d6004a7
commit f4fe4211e1
8 changed files with 264 additions and 42 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ _*mixed means any type_
- if array was "saved", it will be removed from a savegame
#### `mixed scan_array(int arrayID, mixed value)`
- searches for a first occurence of given value inside given array
- searches for a first occurrence of given value inside given array
- if value is found, returns its index (for lists) or key (for maps)
- if value is not found, returns -1 (be careful, as -1 can be a valid key for a map)