Typo fixes from git

This commit is contained in:
Rémi Verschelde
2016-02-07 23:46:57 +01:00
parent f521275e23
commit cc3f706c1f
66 changed files with 158 additions and 167 deletions

View File

@@ -95,7 +95,7 @@ Return true if the array is empty (size==0).
- void **erase** **(** var value **)**
Remove the first occurence of a value from the array.
Remove the first occurrence of a value from the array.
.. _class_Array_find: