Skip to content

Commit

Permalink
fix: update fill view extension naming to match others
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed May 2, 2021
1 parent 7f0da42 commit 0c64caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ExtensionKit/SwiftUI/View.swift
Expand Up @@ -35,7 +35,7 @@ public extension View {
/// - flexibleAxis: Axis to fill
/// - alignment: Alignment
/// - Returns: View
public func flexibleFill(
func fillFlexible(
_ flexibleAxis: Axis.Set = [.horizontal, .vertical],
alignment: Alignment = .center
) -> some View {
Expand Down

0 comments on commit 0c64caf

Please sign in to comment.