Skip to content

Commit

Permalink
Fix building docs failing
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed Jul 19, 2024
1 parent e911df4 commit 9079c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SettingsKit/Model/Extensions/Array.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ extension Array where Element: Identifiable {

}

extension Array: @retroactive View where Element == ToolbarGroup {
extension Array: View where Element == ToolbarGroup {

/// The toolbar.
public var body: some View {
Expand Down

0 comments on commit 9079c59

Please sign in to comment.