File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments