Kaynağa Gözat

Fixed typo.

Taddes Kroes 14 yıl önce
ebeveyn
işleme
eda994775d
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      pquery.array.php

+ 1 - 2
pquery.array.php

@@ -47,8 +47,7 @@ class pQueryArray extends pQuery implements pQueryExtension {
 /**
  * Shortcut constructor for {@link pQueryArray}.
  * 
- * @returns pQuerySql A new pQuerySql instance.
- * @see pQuerySql::__construct
+ * @returns pQueryArray A new pQueryArray instance.
  */
 function _arr($array) {
 	return pQuery::create('array', $array);