Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix: BooleanをBoolにする
Browse files Browse the repository at this point in the history
  • Loading branch information
pxfnc committed Feb 11, 2024
1 parent fb18267 commit 0a7b3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import YourProject.UserProfileCard (view)


-- viewはこんな感じのものを想定
-- view : { userName : String, active : Boolean } -> Html msg
-- view : { userName : String, active : Bool } -> Html msg


main : Emaki.Emaki
Expand Down

0 comments on commit 0a7b3d1

Please sign in to comment.