diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-11-16 22:22:02 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-11-16 22:22:02 (GMT) |
commit | 33077115417396603cb38d74d813332dadceb7ee (patch) | |
tree | e2430a56708fb39677d936c9bb7e2ddcf95fd2d6 | |
parent | 28d3e3bfd5cb9e1e175f0dd2106215b81698ab83 (diff) | |
download | SCons-33077115417396603cb38d74d813332dadceb7ee.zip SCons-33077115417396603cb38d74d813332dadceb7ee.tar.gz SCons-33077115417396603cb38d74d813332dadceb7ee.tar.bz2 |
[ci skip] minor edits
-rw-r--r-- | doc/user/simple.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/simple.xml b/doc/user/simple.xml index 88e3d8c..9f57d33 100644 --- a/doc/user/simple.xml +++ b/doc/user/simple.xml @@ -308,7 +308,7 @@ public class Example1 in exactly the same way as you control what gets built. If you build the C example above and then invoke <userinput>scons -c</userinput> - afterward, the output on POSIX looks like: + afterwards, the output on POSIX looks like: </para> |