Skip to content
Snippets Groups Projects
Commit ca9e38e7 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Fixed some typo's.

parent eb38edea
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ class pQueryArray extends pQuery implements pQueryExtension {
static $accepts = array('array');
/**
* Get the value of an array alement at the given index.
* Get the value of an array element at the given index.
*
* @param int|string $index The index to get the element of.
* @returns mixed The array value at the given index if it exists, or NULL otherwise.
......@@ -31,7 +31,7 @@ class pQueryArray extends pQuery implements pQueryExtension {
}
/**
* Get the number of elementsin the array.
* Get the number of elements in the array.
*
* @returns int The number of elements.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment