irchtml         Fri Jan 14 00:49:22 2005 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
  Log:
  typo
  
http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.131&r2=1.132&ty=u
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.131 
phpdoc/en/language-snippets.ent:1.132
--- phpdoc/en/language-snippets.ent:1.131       Wed Jan 12 03:51:55 2005
+++ phpdoc/en/language-snippets.ent     Fri Jan 14 00:49:21 2005
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.131 $ -->
+<!-- $Revision: 1.132 $ -->
 <!-- Keep 'em sorted -->
 
 
@@ -392,7 +392,7 @@
 <!ENTITY sqlite.result-type '<para>The optional 
<parameter>result_type</parameter>
 parameter accepts a constant and determines how the returned array will be
 indexed. Using <constant>SQLITE_ASSOC</constant> will return only associative
-indices (named fields) using <constant>SQLITE_NUM</constant> will return
+indices (named fields) while <constant>SQLITE_NUM</constant> will return
 only numerical indices (ordinal field numbers). 
<constant>SQLITE_BOTH</constant>
 will return both associative and numerical indices.
 <constant>SQLITE_BOTH</constant> is the default for this function.</para>'>

Reply via email to