Skip to content

Commit 2df64b4

Browse files
authored
Merge pull request #9315 from cabalism/typo/cabal-testsuite-readme-an-an
Simplify to avoid a typo
2 parents ac01764 + 24b2bd5 commit 2df64b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cabal-testsuite/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ technical innovations to make this work:
226226
to these scripts.
227227

228228
* The startup latency of `runghc` can be quite high, which adds up
229-
when you have many tests. To solve this, in `Test.Cabal.Server`
230-
we have an implementation an GHCi server, for which we can reuse
229+
when you have many tests. To solve this, our `Test.Cabal.Server`
230+
GHCi server implementation can reuse
231231
a GHCi instance as we are running test scripts. It took some
232232
technical ingenuity to implement this, but the result is that
233233
running scripts is essentially free.

0 commit comments

Comments
 (0)