Skip to content

Commit 859fe06

Browse files
committed
Fix doc typo
1 parent 89f10cd commit 859fe06

File tree

1 file changed

+1
-1
lines changed
  • Sources/PropertyBased/Documentation.docc

1 file changed

+1
-1
lines changed

Sources/PropertyBased/Documentation.docc/Gen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For example, a new generator for a `Int256` type could be added like this:
66

77
```swift
88
extension Gen where Value == Int256 {
9-
static func int256() -> Generator<Int256, Shrink.Integral<Int256>> {
9+
static func int256() -> Generator<Int256, Shrink.Integer<Int256>> {
1010
Gen<Int256>.value()
1111
}
1212
}

0 commit comments

Comments
 (0)