Skip to content

Commit 732b317

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into master
2 parents 3ffb98d + 856b3c2 commit 732b317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sqlite3.mli

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,9 +373,9 @@ val exec : db -> ?cb : (row -> headers -> unit) -> string -> Rc.t
373373
(** [exec db ?cb sql] performs SQL-operation [sql] on database [db].
374374
If the operation contains query statements, then the callback function
375375
[cb] will be called for each matching row. The first parameter of
376-
the callback is the contents of the row, the second paramater are the
377-
headers of the columns associated with the row. Exceptions raised
378-
within the callback will abort the execution and escape {!exec}.
376+
the callback contains the contents of the row, the second parameter
377+
contains the headers of the columns associated with the row. Exceptions
378+
raised within the callback will abort the execution and escape {!exec}.
379379
380380
@return the return code of the operation.
381381

0 commit comments

Comments
 (0)