elm-community / string-extra

String helper functions for Elm.

Home Page:http://package.elm-lang.org/packages/elm-community/string-extra/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doc Issue: quote

OvermindDL1 opened this issue · comments

quote currently has an example of:

quote "foo" == "\"barfoobar\""

When it looks like that is a copy-paste error from the surround example. The example for quote should be:

quote "foo" == "\"foo\""

I went ahead and created a PR, closing this.