We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7458917 commit dc4d19bCopy full SHA for dc4d19b
Sources/Models/YouTubePlayer+HTMLBuilder.swift
@@ -63,7 +63,7 @@ public extension YouTubePlayer {
63
public extension YouTubePlayer.HTMLBuilder {
64
65
/// Builds the HTML.
66
- /// - Parameter jsonEncodedYouTubePlayerOptions: The JSON encoded YouTube player options.
+ /// - Parameter jsonEncodedPlayerOptionsString: The JSON encoded YouTube player options string.
67
func callAsFunction(
68
jsonEncodedPlayerOptionsString: YouTubePlayer.Options.JSONEncodedString
69
) throws -> String {
0 commit comments