From 2af0cb6b752c21500550555eadac1229fa3d3c8e Mon Sep 17 00:00:00 2001 From: bruno Date: Tue, 19 Jun 2018 17:13:13 +0200 Subject: [PATCH] Protocol environment / Set: update to 4.06.1 --- src/lib_protocol_environment/sigs/v1/set.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_protocol_environment/sigs/v1/set.mli b/src/lib_protocol_environment/sigs/v1/set.mli index d4bcee7f9..9b329ba91 100644 --- a/src/lib_protocol_environment/sigs/v1/set.mli +++ b/src/lib_protocol_environment/sigs/v1/set.mli @@ -22,7 +22,7 @@ reasonably efficient: insertion and membership take time logarithmic in the size of the set, for instance. - The [Make] functor constructs implementations for any type, given a + The {!Make} functor constructs implementations for any type, given a [compare] function. For instance: {[