We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df8c228 + 1e599c9 commit 97a244bCopy full SHA for 97a244b
Sources/CoArbitrary.swift
@@ -17,7 +17,7 @@
17
/// given generator (more than likely using `Gen.variant()`) based on the value
18
/// it observes.
19
public protocol CoArbitrary {
20
- /// Uses an instance of the this type to return a function that perturbs a
+ /// Uses an instance of this type to return a function that perturbs a
21
/// generator.
22
static func coarbitrary<C>(_ x : Self) -> ((Gen<C>) -> Gen<C>)
23
}
0 commit comments