From b1c8f91f7099ff7d9ecd00ead543301138c797fb Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Fri, 16 Apr 2021 12:49:06 +0200 Subject: [PATCH] Fix broken sentence --- _posts/2021-04-16-rustc-ios-and-an-m1.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_posts/2021-04-16-rustc-ios-and-an-m1.md b/_posts/2021-04-16-rustc-ios-and-an-m1.md index b7f58b9..07f8d44 100644 --- a/_posts/2021-04-16-rustc-ios-and-an-m1.md +++ b/_posts/2021-04-16-rustc-ios-and-an-m1.md @@ -21,9 +21,8 @@ Back in February I got an M1 MacBook. That's Apple's new ARM-based hardware. I got it with the explicit task to ensure that we are able to develop and build [Glean] on it. -We maintain a Swift language binding, targeting iOS, and that one is used in [Firefox iOS] -and also continue supporting development of the [Swift language bindings][swift lb], targeting iOS. -Eventually our iOS developers will also have M1-based machines and want to test their code, thus Glean needs to work. +We maintain a [Swift language binding][swift lb], targeting iOS, and that one is used in [Firefox iOS]. +Eventually these iOS developers will also have M1-based machines and want to test their code, thus Glean needs to work. Here's what we need to get to work: