diff --git a/src/Bytes/Decode.elm b/src/Bytes/Decode.elm index 772f28b..b3b9ec3 100644 --- a/src/Bytes/Decode.elm +++ b/src/Bytes/Decode.elm @@ -205,7 +205,7 @@ map func (Decoder decodeA) = {-| Combine two decoders. - import Bytes exposing (Endiannness(..)) + import Bytes exposing (Endianness(..)) import Bytes.Decode as Decode type alias Point = { x : Float, y : Float }