Skip to content

Commit d8d3107

Browse files
PierreCapofermoya
authored andcommitted
Update Usage.md
Add missing named parameter in the documentation
1 parent 371259a commit d8d3107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/Usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ By default, `Pager` will reveal the neighbor items completely (100% of their rel
114114

115115
```swift
116116
Pager(...)
117-
.singlePagination(0.33, sensitivity: .custom(0.2))
117+
.singlePagination(ratio: 0.33, sensitivity: .custom(0.2))
118118
.preferredItemSize(CGSize(width: 300, height: 400))
119119
.itemSpacing(10)
120120
.background(Color.gray.opacity(0.2))

0 commit comments

Comments
 (0)