Skip to content

Commit 69f38bf

Browse files
authored
Merge pull request #12 from chrisjrex/fix-typo-in-documentation-for-presentationDetents
2 parents 06c2eea + 27d14f1 commit 69f38bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftUIBackports/iOS/PresentationDetents/Detents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public extension Backport where Wrapped: View {
2525
/// }
2626
///
2727
/// - Parameter detents: A set of supported detents for the sheet.
28-
/// If you provide more that one detent, people can drag the sheet
28+
/// If you provide more than one detent, people can drag the sheet
2929
/// to resize it.
3030
@ViewBuilder
3131
func presentationDetents(_ detents: Set<Backport<Any>.PresentationDetent>) -> some View {

0 commit comments

Comments
 (0)