Skip to content

Commit 8a8aadf

Browse files
committed
doc
1 parent 9a1343a commit 8a8aadf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/route.mli

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ val to_string : _ t -> string
5454
@since 0.7 *)
5555

5656
val to_url : ('a, string) t -> 'a
57+
(** [to_url route args] takes a route, and turns it into a URL path.
58+
@since NEXT_RELEASE *)
5759

5860
module Private_ : sig
5961
val eval : string list -> ('a, 'b) t -> 'a -> 'b option

0 commit comments

Comments
 (0)