Skip to content

Commit

Permalink
Merge pull request #12 from inhabitedtype/doc
Browse files Browse the repository at this point in the history
doc: fix typo in mli documentation
  • Loading branch information
seliopou committed Jun 10, 2015
2 parents 7cd5c4a + 709b0d1 commit 2b56fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webmachine.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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' :
Expand Down

0 comments on commit 2b56fa8

Please sign in to comment.