From e7ef067f439c9b7756dc27c839781c86f75e1d64 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Wed, 26 Feb 2025 19:40:10 +0100 Subject: [PATCH] small doc fix --- src/model/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/mod.rs b/src/model/mod.rs index 9d53e60..1829adc 100644 --- a/src/model/mod.rs +++ b/src/model/mod.rs @@ -38,7 +38,7 @@ pub struct Thumbnail { pub enum UrlTarget { /// YouTube video /// - /// Example: + /// Example: Video { /// Unique YouTube video ID id: String,