diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-01 16:16:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-01 16:16:20 +0200 |
commit | 0313d103668c332aec91589caf01faa6c4a3fe63 (patch) | |
tree | 7604d4e8b50f89bac071cc41cbb2606463b558ee | |
parent | 58ebd25f0737175c20299388c3aa24ca05d75530 (diff) |
Get rid of stray parenthesis in introduction
-rw-r--r-- | doc/intro.cli | 2 |
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.| |