Skip to content

Commit 97a244b

Browse files
authored
Merge pull request #214 from CodaFi/patch-1
Grammar
2 parents df8c228 + 1e599c9 commit 97a244b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CoArbitrary.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/// given generator (more than likely using `Gen.variant()`) based on the value
1818
/// it observes.
1919
public protocol CoArbitrary {
20-
/// Uses an instance of the this type to return a function that perturbs a
20+
/// Uses an instance of this type to return a function that perturbs a
2121
/// generator.
2222
static func coarbitrary<C>(_ x : Self) -> ((Gen<C>) -> Gen<C>)
2323
}

0 commit comments

Comments
 (0)