Skip to content

Commit e151c73

Browse files
When that isn't a coordinating conjunction use semicolon
Co-authored-by: brandon s allbery kf8nh <[email protected]>
1 parent 35d0457 commit e151c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cabal-commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@ after ensuring they are up to date and building them, if necessary.
11771177

11781178
For a test suite, there's a difference between testing it with ``cabal
11791179
test`` and running it with ``cabal run`` to do with the working directory.
1180-
The former tests the test suite that is to say that it "runs" the test suite
1180+
The former tests the test suite; that is to say that it "runs" the test suite
11811181
from the package directory (from the directory of the package that has the
11821182
test suite as a component), while the latter runs the test suite from
11831183
whatever directory is current when the ``cabal run`` command is issued.

0 commit comments

Comments
 (0)