Skip to content

Commit dc4d19b

Browse files
committed
Fix documentation
1 parent 7458917 commit dc4d19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Models/YouTubePlayer+HTMLBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public extension YouTubePlayer {
6363
public extension YouTubePlayer.HTMLBuilder {
6464

6565
/// Builds the HTML.
66-
/// - Parameter jsonEncodedYouTubePlayerOptions: The JSON encoded YouTube player options.
66+
/// - Parameter jsonEncodedPlayerOptionsString: The JSON encoded YouTube player options string.
6767
func callAsFunction(
6868
jsonEncodedPlayerOptionsString: YouTubePlayer.Options.JSONEncodedString
6969
) throws -> String {

0 commit comments

Comments
 (0)