Skip to content

Commit c7bcebd

Browse files
committed
Invalid PlDoc comment
1 parent 6b0ed15 commit c7bcebd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

library/dom.pl

+3-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,9 @@
260260
apply_attribute_(Elem, Attr, Value) =>
261261
Elem.Attr := Value.
262262

263-
%! mapping of HTML attribute names to DOM element attributes.
263+
%! html_dom(?HTMLAttr, ?DOMAttr)
264+
%
265+
% Mapping of HTML attribute names to DOM element attributes.
264266
%
265267
% @see https://stackoverflow.com/questions/14544481/is-there-a-mapping-from-html-property-names-to-dom-propety-names
266268

0 commit comments

Comments
 (0)