fix doc
This commit is contained in:
parent
be85daf71b
commit
b3ec1bcfe1
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
type t
|
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. *)
|
functional map you will need to add a tile layer to it. *)
|
||||||
val create_on : ?options:Jv.t -> string -> t
|
val create_on : ?options:Jv.t -> string -> t
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue