elm / url

Build and parse URLs. Useful for HTTP and "routing" in single-page apps (SPAs)
https://package.elm-lang.org/packages/elm/url/latest/
BSD 3-Clause "New" or "Revised" License
74 stars 43 forks source link

missing </> import in docs for Url.Parser.parse #52

Open BrianHicks opened 3 years ago

BrianHicks commented 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!