From fd38f85f721244851011983a5f66708e9c1ec596 Mon Sep 17 00:00:00 2001 From: Swrup Date: Sat, 31 Dec 2022 01:58:10 +0100 Subject: [PATCH] fix doc --- src/map.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map.mli b/src/map.mli index d1bf3e4..5d7a912 100644 --- a/src/map.mli +++ b/src/map.mli @@ -2,7 +2,7 @@ type t -(** [create id] creates a map on the
with DOM id [id]. To have a +(** [create_on id] creates a map on the
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