small doc fix
This commit is contained in:
parent
f3057b4d63
commit
e7ef067f43
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Reference in a new issue