From b7ab2674d9737237efdd8cf1bccfd7869f6e8020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Fern=C3=A1ndez=20Serrata?= <76864299+Rudxain@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:05:32 -0400 Subject: [PATCH] fix "a the" typo in index --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 23f7889..51d4724 100644 --- a/index.md +++ b/index.md @@ -32,7 +32,7 @@ Yet, it presents a user model that marries these constraints with the benefits o ## Enough, show me some code! Okay, okay. -Here's a the kind of program we envision writing in Hylo: +Here's the kind of program we envision writing in Hylo: ```hylo subscript longer_of(_ a: inout String, _ b: inout String): String {