Open BrianHicks opened 3 years ago
In the documentation for Url.Parser.parse, the code uses </> without importing it at the top of the example. This caused a little confusion when I was talking with someone about how to parse URLs today!
Url.Parser.parse
</>
In the documentation for
Url.Parser.parse
, the code uses</>
without importing it at the top of the example. This caused a little confusion when I was talking with someone about how to parse URLs today!