From 2573a3a80e863ce06f65842e7162541114503561 Mon Sep 17 00:00:00 2001 From: Max Amanshauser Date: Mon, 5 Sep 2016 23:05:49 +0200 Subject: [PATCH] docs: Minor style fix [skip ci] --- Cabal/doc/developing-packages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cabal/doc/developing-packages.rst b/Cabal/doc/developing-packages.rst index b666824b9..94fe1bed1 100644 --- a/Cabal/doc/developing-packages.rst +++ b/Cabal/doc/developing-packages.rst @@ -336,7 +336,7 @@ form. Of course there may dependencies between packages, but there is usually a degree of flexibility in which versions of packages can work together so distributing them independently makes sense. -It is perhaps easiest to see what being \`\`the unit of distribution'' +It is perhaps easiest to see what being "the unit of distribution" means by contrast to an alternative approach. Many projects are made up of several interdependent packages and during development these might all be kept under one common directory tree and be built and tested -- GitLab