We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c7835 commit 9210a2aCopy full SHA for 9210a2a
src/Web/DOM/DOMParser.purs
@@ -26,7 +26,7 @@ foreign import makeDOMParser ∷ Effect DOMParser
26
27
--| Parse a string with the first argumet being a string for a doctype.
28
--| Does not capture errors; consider using other wrapper functions,
29
---| e.g. parseXMLFromString.
+--| e.g. `parseXMLFromString`.
30
foreign import parseFromString ∷ String -> String -> DOMParser -> Effect Document
31
32
--| Convience function to parse HTML from a string, partially applying
0 commit comments