Skip to content

Commit

Permalink
we'll → let's
Browse files Browse the repository at this point in the history
  • Loading branch information
lue-bird committed Jan 16, 2024
1 parent d9b1859 commit afee6df
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 @@ -131,7 +131,7 @@ since numerator and denominator can share factors, like 3/7 and 6/14.
Checking these for equality would return false, ugh.
Packages usually resolve this by making the type opaque – surprisingly, we can do better!"""
, Paragraph
[ Text """Just before we get to that, we'll define """
[ Text """Just before we get to that, let's define """
, InlineElmCode [ { string = "Natural1Up", syntaxKind = Just ElmSyntaxHighlight.Type } ]
, Text """."""
]
Expand Down

0 comments on commit afee6df

Please sign in to comment.