Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenTiigi committed Feb 3, 2025
1 parent 7458917 commit dc4d19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Models/YouTubePlayer+HTMLBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public extension YouTubePlayer {
public extension YouTubePlayer.HTMLBuilder {

/// Builds the HTML.
/// - Parameter jsonEncodedYouTubePlayerOptions: The JSON encoded YouTube player options.
/// - Parameter jsonEncodedPlayerOptionsString: The JSON encoded YouTube player options string.
func callAsFunction(
jsonEncodedPlayerOptionsString: YouTubePlayer.Options.JSONEncodedString
) throws -> String {
Expand Down

0 comments on commit dc4d19b

Please sign in to comment.