Skip to content

Commit

Permalink
Fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSStewart committed May 8, 2024
1 parent 40cc264 commit 8855410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal/Builtin/MiniBillCodec.elm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ codeGen =
CodeGenerator.define
{ id = "miniBill/elm-codec/Codec"
, dependency = "miniBill/elm-codec"
, typePattern = Typed [ "Codec" ] "Codec" [ GenericType "e", Target ]
, typePattern = Typed [ "Codec" ] "Codec" [ Target ]
, makeName = \name -> String.Extra.decapitalize name ++ "Codec"
}
[ CodeGenerator.int (val "int")
Expand Down

0 comments on commit 8855410

Please sign in to comment.