Skip to content

Commit

Permalink
Update Sources/LicenseList/View+Extensions.swift
Browse files Browse the repository at this point in the history
Co-authored-by: elmetal <[email protected]>
  • Loading branch information
Kyome22 and elmetal authored Jul 8, 2024
1 parent 561606e commit 4bfd128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LicenseList/View+Extensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extension View {
}
}

/// Sets the style for license views.
/// Sets the style for license views within this view.
public func licenseViewStyle(_ style: LicenseViewStyle) -> some View {
self.environment(\.licenseViewStyle, style)
}
Expand Down

0 comments on commit 4bfd128

Please sign in to comment.