From 175f285323a6996f54958f908e6c510380fc63d2 Mon Sep 17 00:00:00 2001 From: Steve Alexander Date: Thu, 10 Jul 2025 19:05:10 +0200 Subject: [PATCH] Update 2025-07-09-this-week-in-rust.md Fix typo of "flac-coded" to "flac-codec" --- content/2025-07-09-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/2025-07-09-this-week-in-rust.md b/content/2025-07-09-this-week-in-rust.md index af93110a2..4e527119d 100644 --- a/content/2025-07-09-this-week-in-rust.md +++ b/content/2025-07-09-this-week-in-rust.md @@ -68,7 +68,7 @@ and just ask the editors to select the category. ## Crate of the Week -This week's crate is [flac-coded](https://crates.io/crates/flac-codec), an implementation of (unsurprisingly) the Free Lossless Audio Codec (FLAC) file format. +This week's crate is [flac-codec](https://crates.io/crates/flac-codec), an implementation of (unsurprisingly) the Free Lossless Audio Codec (FLAC) file format. Thanks to [tuffy](https://users.rust-lang.org/t/crate-of-the-week/2704/1449) for the self-suggestion!