Skip to content

Commit 27d14f1

Browse files
Christopher Rexchrisjrex
authored andcommitted
Fix typo in description
1 parent d6e8596 commit 27d14f1

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)