diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-08 16:24:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-09-08 16:24:39 +0200 |
commit | f490ecde246e2480bf3533fd7da6149d24b1baee (patch) | |
tree | 9c21f47d96271445fbcf07842a7180ec93022a90 | |
parent | afbfa2dd58aa14d57de1167759fd578965e93204 (diff) |
Documentation fix
-rw-r--r-- | doc/manual.cli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index d1c68b3..3e6b78f 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -66,7 +66,7 @@ alternatives. We believe the importance and complexity of the problem warranted the design of a new purpose-built language and will hopefully justify the time it takes for you to master it. In the end we hope \c{build2} will make creating and -maintain build infrastructure for your projects a pleasant task. +maintaining build infrastructure for your projects a pleasant task. Also note that \c{build2} is not specific to C/C++ or even to compiled languages; its build model is general enough to handle any DAG-based |