Browse Source

fix doc

pull/9/head
Swrup 2 years ago
parent
commit
800d42132c
  1. 2
      src/map.mli

2
src/map.mli

@ -2,7 +2,7 @@
type t
(** [create id] creates a map on the <div> with DOM id [id]. To have a
(** [create_on id] creates a map on the <div> with DOM id [id]. To have a
functional map you will need to add a tile layer to it. *)
val create_on : ?options:Jv.t -> string -> t

Loading…
Cancel
Save