Skip to content

Commit

Permalink
Fix syntax error in ocamldoc documentation.
Browse files Browse the repository at this point in the history
Fixes #23.
  • Loading branch information
mfp committed Apr 29, 2017
1 parent 149be95 commit 3cc51ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sqlexpr_sqlite.mli
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ sig
val get_retry_on_busy : unit -> bool

(** Open the DB whose filename is given. [":memory:"] refers to an in-mem DB.
* @param [init] function to be applied to [Sqlite3.db] handle(s) before
*
* @param init function to be applied to [Sqlite3.db] handle(s) before
* they are used (can be used to register functions or initialize schema in
* in-mem tables. *)
val open_db : ?init:(Sqlite3.db -> unit) -> string -> db
Expand Down

0 comments on commit 3cc51ef

Please sign in to comment.