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.