fix syntax error in Array.mli

This commit is contained in:
Simon Cruanes 2019-10-11 16:09:58 -05:00 committed by GitHub
parent 710e6e20fc
commit ce4428ab15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.