Skip to content

Commit

Permalink
Merge pull request #214 from CodaFi/patch-1
Browse files Browse the repository at this point in the history
Grammar
  • Loading branch information
CodaFi authored Mar 29, 2017
2 parents df8c228 + 1e599c9 commit 97a244b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CoArbitrary.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/// given generator (more than likely using `Gen.variant()`) based on the value
/// it observes.
public protocol CoArbitrary {
/// 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
/// generator.
static func coarbitrary<C>(_ x : Self) -> ((Gen<C>) -> Gen<C>)
}
Expand Down

0 comments on commit 97a244b

Please sign in to comment.