From 92999d56e816aea0e68374f9c96306ce485ac5c6 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 29 Jan 2025 22:25:22 -0500 Subject: [PATCH] typo --- src/core/route.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/route.mli b/src/core/route.mli index 4df45aba..80e893a9 100644 --- a/src/core/route.mli +++ b/src/core/route.mli @@ -32,7 +32,7 @@ val rest_of_path : (string -> 'a, 'a) t @since 0.7 *) val rest_of_path_urlencoded : (string -> 'a, 'a) t -(** Matches a string, even containing ['/'], an URL-decode it. +(** Matches a string, even containing ['/'], and URL-decode it (piecewise). This will match the entirety of the remaining route. @since 0.7 *)