Skip to content

Commit

Permalink
typo correct
Browse files Browse the repository at this point in the history
  • Loading branch information
lue-bird committed Apr 6, 2024
1 parent 1ee38ce commit 32697bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Articles.elm
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ anyApp : JustStartedOr runningState -> List (InterfaceWithTheOutside runningStat
anyApp = ..expression..
"""
, "The whole app signature defined in one line as a single function, almost insulting!" |> textOnlyParagraph
, "How these \"interface\" types look like dependents on the platform, nothing you have to do as a user. For our flashlight, it's something like" |> textOnlyParagraph
, "How these \"interface\" types look like depends on the platform, nothing you have to do as a user. For our flashlight, it's something like" |> textOnlyParagraph
, elmCode """
type DetectorOnTheOutside whatComesBack
= SwitchToggled whatComesBack
Expand Down

0 comments on commit 32697bb

Please sign in to comment.