small doc fix

This commit is contained in:
ThetaDev 2025-02-26 19:40:10 +01:00
parent f3057b4d63
commit e7ef067f43
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6

View file

@ -38,7 +38,7 @@ pub struct Thumbnail {
pub enum UrlTarget {
/// YouTube video
///
/// Example: <youtube.com/watch?v=ZeerrnuLi5E>
/// Example: <https://youtube.com/watch?v=ZeerrnuLi5E>
Video {
/// Unique YouTube video ID
id: String,