Documentation: missing escape characters
parent
3515c04433
commit
bf163a67e6
|
@ -19,7 +19,7 @@
|
|||
module Int : sig
|
||||
include Identifiable.S with type t = int
|
||||
|
||||
(** [zero_to_n n] is the set of numbers {0, ..., n} (inclusive). *)
|
||||
(** [zero_to_n n] is the set of numbers \{0, ..., n\} (inclusive). *)
|
||||
val zero_to_n : int -> Set.t
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue