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 89f10cd commit 859fe06Copy full SHA for 859fe06
Sources/PropertyBased/Documentation.docc/Gen.md
@@ -6,7 +6,7 @@ For example, a new generator for a `Int256` type could be added like this:
6
7
```swift
8
extension Gen where Value == Int256 {
9
- static func int256() -> Generator<Int256, Shrink.Integral<Int256>> {
+ static func int256() -> Generator<Int256, Shrink.Integer<Int256>> {
10
Gen<Int256>.value()
11
}
12
0 commit comments