Skip to content

Commit 3bc0588

Browse files
committed
Fixed documentation typo
1 parent 83551e0 commit 3bc0588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/sqlite3.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ val db_open :
166166
(** [db_open ?mode ?mutex ?cache ?vfs filename] opens the database file
167167
[filename], and returns a database handle.
168168
169-
Special [filename]s ":memory:" and "" open an in-memory or temporary
170-
database respectfully.
169+
Special filenames: ":memory:" and "" open an in-memory or temporary
170+
database respectively.
171171
Behaviour explained here: https://www.sqlite.org/inmemorydb.html
172172
173173
The optional arguments [mode] and [mutex] are only meaningful with SQlite

0 commit comments

Comments
 (0)