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.