From 9b6b89c36948bf7fc3bf18c1ea62bb23afa83b99 Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Fri, 6 Aug 2021 11:30:36 +1000 Subject: [PATCH] fixup! Add webmachine-examples opam to fix ocaml-ci. --- lib/webmachine.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/webmachine.mli b/lib/webmachine.mli index f086d85..e1dfc8d 100644 --- a/lib/webmachine.mli +++ b/lib/webmachine.mli @@ -39,7 +39,7 @@ To use this module, apply the {{!Make}[Make]} functor to an {{!IO}[IO]} and a {{!CLOCK}[CLOCK]} module, and subclass the - {{!classtype:S.resource}resouce} virtual class. *) + {{!class-type:S.resource}resouce} virtual class. *) open Cohttp