From 709b0d17b30618e58db58d16c24bcad6b6047457 Mon Sep 17 00:00:00 2001 From: Spiros Eliopoulos Date: Wed, 10 Jun 2015 13:06:09 -0400 Subject: [PATCH] doc: fix typo in mli documentation --- lib/webmachine.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webmachine.mli b/lib/webmachine.mli index ce1dd8d..a70f810 100644 --- a/lib/webmachine.mli +++ b/lib/webmachine.mli @@ -148,7 +148,7 @@ module type S = sig This would match a URI path such as ["/user/10"] but would not match a URI such as ["/usr/10/preferences"], since the [exact] component of the - route tuple is [false]. + route tuple is [true]. *) val dispatch' :