File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ val encode_unsafe_char_and_at : string -> string
50
50
51
51
(* * Utf8 normalizer and encoder for HTML.
52
52
53
- Given a module [pp] functions produced by one of the functors in {!Xml_print}, this modules is used as following:
53
+ Given a [pp] function produced by one of the functors in {!Xml_print}, this modules is used as following:
54
54
{[
55
55
let encode x = fst (Xml_print.Utf8.normalize_html x) in
56
56
Format.printf "%a" (Html.pp ~encode ()) document
@@ -82,14 +82,14 @@ val compose_decl : ?version:string -> ?encoding:string -> unit -> string
82
82
val compose_doctype : string -> string list -> string
83
83
84
84
val string_of_number : float -> string
85
- (* * Convert a float to a string using a compact representation compatible with Javascript norme . *)
85
+ (* * Convert a float to a string using a compact representation compatible with the Javascript norm . *)
86
86
87
87
val pp_number : Format .formatter -> float -> unit
88
88
(* * See {!string_of_number}. *)
89
89
90
90
(* * {2 Formatter functors} *)
91
91
92
- (* * Printers for typed XML module, such as the one produced by {!Svg_f} and {!Html_f}. *)
92
+ (* * Printers for typed XML modules such as the one produced by {!Svg_f} and {!Html_f}. *)
93
93
module Make_typed_fmt
94
94
(Xml : Xml_sigs.Iterable )
95
95
(Typed_xml : Xml_sigs.Typed_xml with module Xml := Xml )
You can’t perform that action at this time.
0 commit comments