From 6d02200429637dcf12f35b955b863af400a8056e Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 11 Oct 2019 16:09:58 -0500 Subject: [PATCH] fix syntax error in Array.mli --- src/core/CCArray.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CCArray.mli b/src/core/CCArray.mli index fae4d03e..cc6738e5 100644 --- a/src/core/CCArray.mli +++ b/src/core/CCArray.mli @@ -343,7 +343,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.