Skip to content

Commit

Permalink
Corrects module nane
Browse files Browse the repository at this point in the history
  • Loading branch information
pwadsworth committed Oct 4, 2023
1 parent 5de099a commit 61de221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/squeaky-clean/.meta/Exemplar.elm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module SquakyClean exposing (clean1, clean2, clean3, clean4, clean5)
module SqueakyClean exposing (clean1, clean2, clean3, clean4, clean5)


clean1 : String -> String
Expand Down

0 comments on commit 61de221

Please sign in to comment.