Skip to content

Commit 48cbbbb

Browse files
committed
minor in-line doc fix
1 parent bcddfd4 commit 48cbbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pear/DB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
*
7474
* The prepare/execute model in DB is mostly borrowed from the ODBC
7575
* extension, in a query the "?" character means a scalar parameter.
76-
* There is one extension though, a "*" character means an opaque
76+
* There is one extension though, a "&" character means an opaque
7777
* parameter. An opaque parameter is simply a file name, the real
7878
* data are in that file (useful for stuff like putting uploaded files
7979
* into your database).

0 commit comments

Comments
 (0)