Skip to content

Commit

Permalink
article about safe numbers title reword
Browse files Browse the repository at this point in the history
  • Loading branch information
lue-bird committed Jan 16, 2024
1 parent 749a501 commit 4b915fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Articles.elm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ all =
Sequence
[ introduction
, yourAstAllowsListsWithDifferentElementTypesWhyArticle
, aFunnyIdeaOnHowToRepresentAFractionSafelyArticle
, aFunnyIdeaForRepresentingAFractionSafelyArticle
, typedValue8Article
, whatToDoWithElmReviewErrorsArticle
, Sequence
Expand Down Expand Up @@ -106,10 +106,10 @@ elmCode raw =
ElmCode (elmCodeFromRaw raw)


aFunnyIdeaOnHowToRepresentAFractionSafelyArticle : Content
aFunnyIdeaOnHowToRepresentAFractionSafelyArticle =
aFunnyIdeaForRepresentingAFractionSafelyArticle : Content
aFunnyIdeaForRepresentingAFractionSafelyArticle =
Section
{ title = "A funny idea on how to represent a fraction safely"
{ title = "A funny idea for representing a fraction safely"
, description = """We can define non-opaque, safe number types where every value is unique."""
, completion = InProgress "Close to done (needs polish)"
, content =
Expand Down

0 comments on commit 4b915fb

Please sign in to comment.