Remove inaccurate comment from copy-paste.

This commit is contained in:
Dillon Kearns 2022-01-26 08:37:02 -08:00
parent 9b4e4dab9b
commit 45042b0472

View File

@ -245,10 +245,7 @@ distill uniqueKey encode decode dataSource =
)
{-| This is the low-level `distill` function. In most cases, you'll want to use `distill` with a `Codec` from either
[`miniBill/elm-codec`](https://package.elm-lang.org/packages/miniBill/elm-codec/latest/) or
[`MartinSStewart/elm-serialize`](https://package.elm-lang.org/packages/MartinSStewart/elm-serialize/latest/)
-}
{-| -}
distillBytes :
String
-> (raw -> Bytes)