Skip to content

Commit 9210a2a

Browse files
committed
very minor doc update
1 parent e0c7835 commit 9210a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Web/DOM/DOMParser.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ foreign import makeDOMParser ∷ Effect DOMParser
2626

2727
--| Parse a string with the first argumet being a string for a doctype.
2828
--| Does not capture errors; consider using other wrapper functions,
29-
--| e.g. parseXMLFromString.
29+
--| e.g. `parseXMLFromString`.
3030
foreign import parseFromString String -> String -> DOMParser -> Effect Document
3131

3232
--| Convience function to parse HTML from a string, partially applying

0 commit comments

Comments
 (0)