Skip to content

Commit 35d0457

Browse files
committed
Use colon before code-snippets
1 parent 1c2ff8d commit 35d0457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/cabal-commands.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,15 +1193,15 @@ after ensuring they are up to date and building them, if necessary.
11931193

11941194
Taking the cabal project as an example that has a ``Cabal-tests`` package
11951195
with multiples test suites, the following two commands are effectively the
1196-
same and will test the test suites of the ``Cabal-tests`` package;
1196+
same and will test the test suites of the ``Cabal-tests`` package:
11971197

11981198
::
11991199

12001200
$ cabal test Cabal-tests
12011201
$ cd Cabal-tests && cabal test && cd ..
12021202

12031203
If you want to test all of the test suites in a project then from the
1204-
project directory ``cabal build`` with no target will fail;
1204+
project directory ``cabal build`` with no target will fail:
12051205

12061206
.. code-block:: text
12071207

0 commit comments

Comments
 (0)