From eed5fd9512a7f1d20ad1adc5ca4e5f93f019d49f Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 6 Sep 2022 19:35:19 -0400 Subject: [PATCH] fix --- content/blog/rust_enums.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/rust_enums.md b/content/blog/rust_enums.md index 765e327..bbdc5d4 100644 --- a/content/blog/rust_enums.md +++ b/content/blog/rust_enums.md @@ -2,7 +2,7 @@ title: "Rust Match and Enums" -description: "Literally a blog article I wrote to win a dumb argument" +description: "A blog article I wrote to win a dumb argument" date: 2022-09-06