diff options
author | Mats Wichmann <mats@linux.com> | 2020-10-01 18:28:47 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-10-01 18:28:47 (GMT) |
commit | 13ffec5af052d9896e6a64b1cb7c0775ebc22154 (patch) | |
tree | 67bd38041cecf5335ba34d68fbb59e9db2a7d87a /doc | |
parent | cc4bf014a6ea5d5c4d4ff7c6039f387adcc3d762 (diff) | |
download | SCons-13ffec5af052d9896e6a64b1cb7c0775ebc22154.zip SCons-13ffec5af052d9896e6a64b1cb7c0775ebc22154.tar.gz SCons-13ffec5af052d9896e6a64b1cb7c0775ebc22154.tar.bz2 |
[PR #3804] a couple of wording tweaks from PR review [ci skip]
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/separate.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/separate.xml b/doc/user/separate.xml index a000260..236556d 100644 --- a/doc/user/separate.xml +++ b/doc/user/separate.xml @@ -166,7 +166,7 @@ int main() { printf("Hello, world!\n"); } <para> - The main thing to understand is that when you set up a variant directory, + The important thing to understand is that when you set up a variant directory, &SCons; performs the build <emphasis>in that directory</emphasis>. It turns out it's easiest to ensure where build products end up by just building in place. |