diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-15 18:30:44 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-15 18:30:44 +0200 |
commit | 848270ed0d9ed0409fe563a130e2913d9dfcc897 (patch) | |
tree | 330e5371f6980b12a548ab12b985df9fa8b26ae6 /crates | |
parent | fix(yt_dlp): Avoid writing the json output to disk (diff) | |
download | yt-848270ed0d9ed0409fe563a130e2913d9dfcc897.zip |
docs(yt_dlp): Fix typo in `Cargo.toml`'s description
Diffstat (limited to 'crates')
-rw-r--r-- | crates/yt_dlp/Cargo.toml | 2 |
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 |