mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix misspelling of "successful" on dba_open page (#764)
This commit is contained in:
parent
a997a6c145
commit
222b43d6c1
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
|||
</tgroup>
|
||||
</table>
|
||||
<simplelist>
|
||||
<member>ok: the second call will be successfull.</member>
|
||||
<member>ok: the second call will be successful.</member>
|
||||
<member>wait: the second call waits until <function>dba_close</function> is called for the first.</member>
|
||||
<member>false: the second call returns false.</member>
|
||||
<member>illegal: you must not mix <literal>"l"</literal> and <literal>"d"</literal> modifiers for <parameter>mode</parameter> parameter.</member>
|
||||
|
|
Loading…
Reference in a new issue