File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1169,10 +1169,10 @@ module type T = sig
11691169 (* * Same, for URI attribute *)
11701170 val uri_attrib : string -> uri wrap -> 'a attrib
11711171
1172- (* * Same, for a space separated list of values *)
1172+ (* * Same, for a space- separated list of values *)
11731173 val space_sep_attrib : string -> string list wrap -> 'a attrib
11741174
1175- (* * Same, for a comma separated list of values *)
1175+ (* * Same, for a comma- separated list of values *)
11761176 val comma_sep_attrib : string -> string list wrap -> 'a attrib
11771177
11781178 end
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ type nmtoken = string
5454 @see <http://www.w3.org/TR/2000/REC-xml-20001006> XML 1.0 *)
5555
5656type nmtokens = nmtoken list
57- (* * One or more white space separated NMTOKEN values *)
57+ (* * One or more whitespace- separated NMTOKEN values *)
5858
5959(* * {2 Data Types} *)
6060
Original file line number Diff line number Diff line change @@ -1038,10 +1038,10 @@ module type T = sig
10381038 (* * Same, for URI attribute *)
10391039 val uri_attrib : string -> uri wrap -> 'a attrib
10401040
1041- (* * Same, for a space separated list of values *)
1041+ (* * Same, for a space- separated list of values *)
10421042 val space_sep_attrib : string -> string list wrap -> 'a attrib
10431043
1044- (* * Same, for a comma separated list of values *)
1044+ (* * Same, for a comma- separated list of values *)
10451045 val comma_sep_attrib : string -> string list wrap -> 'a attrib
10461046
10471047 end
You can’t perform that action at this time.
0 commit comments