From e151c73107794d54e05e0a57ca7ab11a548f883b Mon Sep 17 00:00:00 2001 From: Phil de Joux <philderbeast@gmail.com> Date: Sat, 27 Apr 2024 15:58:55 -0400 Subject: [PATCH] When that isn't a coordinating conjunction use semicolon Co-authored-by: brandon s allbery kf8nh <allbery.b@gmail.com> --- doc/cabal-commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cabal-commands.rst b/doc/cabal-commands.rst index 666805b24d..378e732380 100644 --- a/doc/cabal-commands.rst +++ b/doc/cabal-commands.rst @@ -1177,7 +1177,7 @@ after ensuring they are up to date and building them, if necessary. For a test suite, there's a difference between testing it with ``cabal test`` and running it with ``cabal run`` to do with the working directory. - The former tests the test suite that is to say that it "runs" the test suite + The former tests the test suite; that is to say that it "runs" the test suite from the package directory (from the directory of the package that has the test suite as a component), while the latter runs the test suite from whatever directory is current when the ``cabal run`` command is issued. -- GitLab