From afee6df0ec8bb8e097febaba0a6454a9506fab25 Mon Sep 17 00:00:00 2001 From: lue-bird Date: Wed, 17 Jan 2024 00:37:29 +0100 Subject: [PATCH] =?UTF-8?q?we'll=20=E2=86=92=20let's?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Articles.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Articles.elm b/src/Articles.elm index 672d014..36038bb 100644 --- a/src/Articles.elm +++ b/src/Articles.elm @@ -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 """.""" ]