small fix in doc

This commit is contained in:
Simon Cruanes 2017-02-24 13:47:27 +01:00
parent 8627838faf
commit 18827b920b

View file

@ -23,7 +23,7 @@ val float : float t
(** {2 Lexicographic Combination} *)
val (<?>) : int -> ('a t * 'a * 'a) -> int
(** [c1 @@? (ord, x, y)] returns the same as [c1] if [c1] is not [0];
(** [c1 <?> (ord, x, y)] returns the same as [c1] if [c1] is not [0];
otherwise it uses [ord] to compare the two values [x] and [y],
of type ['a].