From 848270ed0d9ed0409fe563a130e2913d9dfcc897 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 15 Jun 2025 18:30:44 +0200 Subject: docs(yt_dlp): Fix typo in `Cargo.toml`'s description --- crates/yt_dlp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/yt_dlp/Cargo.toml b/crates/yt_dlp/Cargo.toml index ddd5f9b..90f2e10 100644 --- a/crates/yt_dlp/Cargo.toml +++ b/crates/yt_dlp/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "yt_dlp" -description = "A rust fii wrapper library for the python yt_dlp library" +description = "A rust ffi wrapper library for the python yt_dlp library" keywords = [] categories = [] version.workspace = true -- cgit 1.4.1