We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e8596 commit 27d14f1Copy full SHA for 27d14f1
Sources/SwiftUIBackports/iOS/PresentationDetents/Detents.swift
@@ -25,7 +25,7 @@ public extension Backport where Wrapped: View {
25
/// }
26
///
27
/// - Parameter detents: A set of supported detents for the sheet.
28
- /// If you provide more that one detent, people can drag the sheet
+ /// If you provide more than one detent, people can drag the sheet
29
/// to resize it.
30
@ViewBuilder
31
func presentationDetents(_ detents: Set<Backport<Any>.PresentationDetent>) -> some View {
0 commit comments