Skip to content

Commit 3769fe2

Browse files
committed
Add some comments
1 parent 07d9668 commit 3769fe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parsers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ export function styleAttrToJsx(xml) {
2626
return xml.replace(rx, ' style=' + cssToJsxStr(arr[1]));
2727
}
2828

29-
// we assume that the ouput of xml2js is always
30-
// with lower-case and that it uses double quotes
29+
// we assume that the ouput of xml2js is always outputted
30+
// with lower-case and that it uses double quotes for
3131
// all attr values
3232
// Another assumption is that there are no
3333
// escaped double quotes in the attr value

0 commit comments

Comments
 (0)