Fixed typo in manual

master
Remy Marquis 2019-01-03 12:53:15 +01:00
parent 21f99ce4da
commit 1516695c7b
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ the SQLite3 driver also offers this extra feature:</p>
<dt><strong><code>env:connect(sourcename[,locktimeout])</code></strong></dt>
<dd>In the SQLite3 driver, this method adds an optional parameter
that indicate the amount of milisseconds to wait for a write lock if one cannot be obtained immediately.<br/>
that indicate the amount of milliseconds to wait for a write lock if one cannot be obtained immediately.<br/>
See also: <a href="#environment_object">environment objects</a><br/>
Returns: a <a href="#connection_object">connection object</a></dd>