Skip to content

Commit 92999d5

Browse files
committed
typo
1 parent 09ff4f9 commit 92999d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/route.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ val rest_of_path : (string -> 'a, 'a) t
3232
@since 0.7 *)
3333

3434
val rest_of_path_urlencoded : (string -> 'a, 'a) t
35-
(** Matches a string, even containing ['/'], an URL-decode it.
35+
(** Matches a string, even containing ['/'], and URL-decode it (piecewise).
3636
This will match the entirety of the remaining route.
3737
@since 0.7 *)
3838

0 commit comments

Comments
 (0)