From 7c61a6d0de564726cb038a5a8a25607ebe8c0ef4 Mon Sep 17 00:00:00 2001 From: Kaan Genc Date: Tue, 15 Mar 2022 02:47:20 -0400 Subject: [PATCH] sentences are hard --- content/rust-typesystem-tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rust-typesystem-tricks.md b/content/rust-typesystem-tricks.md index aa73b24..42c582c 100644 --- a/content/rust-typesystem-tricks.md +++ b/content/rust-typesystem-tricks.md @@ -3,7 +3,7 @@ title: A little type system trick in Rust date: 2022-03-15 --- -> This post day 1 of me taking a part in the +> This post is day 1 of me taking part in the > [#100DaysToOffload](https://100daystooffload.com/) challenge. While working on a small project recently, I ended up writing this type in Rust.