From d63bdbc0eb65543335072b94fce67591e6dae5ec Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 11 Oct 2019 16:10:24 -0500 Subject: [PATCH] fix syntax error in ArrayLabels.mli --- src/core/CCArrayLabels.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CCArrayLabels.mli b/src/core/CCArrayLabels.mli index 0c96b340..126acd4a 100644 --- a/src/core/CCArrayLabels.mli +++ b/src/core/CCArrayLabels.mli @@ -344,7 +344,7 @@ val sort_generic : @since 0.14 *) -(** {3 Infix Operators} *) +(** {3 Infix Operators} It is convenient to {!open CCArray.Infix} to access the infix operators without cluttering the scope too much.