Jelajahi Sumber

Fixed some typo's.

Taddeus Kroes 14 tahun lalu
induk
melakukan
ca9e38e786
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      pquery.array.php

+ 2 - 2
pquery.array.php

@@ -12,7 +12,7 @@ class pQueryArray extends pQuery implements pQueryExtension {
 	static $accepts = array('array');
 	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.
 	 * @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.
 	 * @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.
 	 * @returns int The number of elements.
 	 */
 	 */