Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Feb 2, 2025
1 parent 4d6256e commit 1cc0174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/YouTubePlayer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public final class YouTubePlayer: ObservableObject {

public extension YouTubePlayer {

/// Creates a new instance of ``YouTubePlayer``
/// Creates a new instance of ``YouTubePlayer`` from a URL
/// - Parameters:
/// - url: The URL.
nonisolated convenience init(
Expand All @@ -156,7 +156,7 @@ public extension YouTubePlayer {
)
}

/// Creates a new instance of ``YouTubePlayer``
/// Creates a new instance of ``YouTubePlayer`` from a URL string.
/// - Parameters:
/// - urlString: The URL string.
nonisolated convenience init(
Expand Down

0 comments on commit 1cc0174

Please sign in to comment.