fixed(?) the spelling

https://types.pl/@haskal/110414286023820589
This commit is contained in:
Emi Simpson 2023-05-22 16:50:32 -04:00
parent 6bab04f0e2
commit eab3b57722
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ A silly little meme sketch thingy idk
[See this online](https://corviform.gay/wuppie/)
([based on this post](https://straybeetle.tumblr.com/post/697408407612817408))
## Sources
The floaty heart background is from [this website](https://web.archive.org/web/20090727233551/http://hk.geocities.com/ironterry_crystal/wifeinfo.html) found via [gifcities.org][]

View File

@ -46,7 +46,7 @@ viewStr model = case model of
let
(gender, newSeed) = getPolygenderWithLength regenCount seed
genderStr = if regenCount == 75 then "queer platonic partners" else renderPolygender gender
in "do u think a wuppie and a kitties could be " ++ genderStr ++ ",,?"
in "do u think a ouppy and a kittys could be " ++ genderStr ++ ",,?"
view : Model -> Html Msg
view model =