fix syntax error in Array.mli

This commit is contained in:
Simon Cruanes 2019-10-11 16:09:58 -05:00
parent 3658864a5a
commit 6d02200429

View file

@ -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.