about summary refs log tree commit diff stats
path: root/crates
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-15 18:30:44 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-15 18:30:44 +0200
commit848270ed0d9ed0409fe563a130e2913d9dfcc897 (patch)
tree330e5371f6980b12a548ab12b985df9fa8b26ae6 /crates
parentfix(yt_dlp): Avoid writing the json output to disk (diff)
downloadyt-848270ed0d9ed0409fe563a130e2913d9dfcc897.zip
docs(yt_dlp): Fix typo in `Cargo.toml`'s description
Diffstat (limited to 'crates')
-rw-r--r--crates/yt_dlp/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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