Update Main.hs

This commit is contained in:
Justin Woo 2022-06-27 19:05:29 +03:00 committed by GitHub
parent e804ee12bc
commit 6f28267753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ createPets = do
},
Petstore.Pet
{ id = 2,
name = "바다 거북",
name = "바다거북",
tag = Just "🐢"
},
Petstore.Pet