aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-03-01 16:16:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-03-01 16:16:20 +0200
commit0313d103668c332aec91589caf01faa6c4a3fe63 (patch)
tree7604d4e8b50f89bac071cc41cbb2606463b558ee /doc
parent58ebd25f0737175c20299388c3aa24ca05d75530 (diff)
Get rid of stray parenthesis in introduction
Diffstat (limited to 'doc')
-rw-r--r--doc/intro.cli2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.cli b/doc/intro.cli
index 045d949..b2b27a6 100644
--- a/doc/intro.cli
+++ b/doc/intro.cli
@@ -2725,7 +2725,7 @@ applies equally to C projects.
\N|We often find ourselves factoring common functionality out of such
end-products and into separate packages, for example, in order to be reused in
-another end-product). In this light, it can be helpful to organize a new
+another end-product. In this light, it can be helpful to organize a new
end-product project as a composition of individual packages or source
subdirectories that follow the canonical structure. The \l{bdep-new(1)}
\c{--package} and \c{--source} modes can be used to automate this process.|