We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ff4f9 commit 92999d5Copy full SHA for 92999d5
src/core/route.mli
@@ -32,7 +32,7 @@ val rest_of_path : (string -> 'a, 'a) t
32
@since 0.7 *)
33
34
val rest_of_path_urlencoded : (string -> 'a, 'a) t
35
-(** Matches a string, even containing ['/'], an URL-decode it.
+(** Matches a string, even containing ['/'], and URL-decode it (piecewise).
36
This will match the entirety of the remaining route.
37
38
0 commit comments