summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStephen Pollard <spollard08@gmail.com>2015-05-02 15:58:56 (GMT)
committerStephen Pollard <spollard08@gmail.com>2015-05-02 15:58:56 (GMT)
commit1ec87674971081f7bf1018985254feb7ab52fcd4 (patch)
treef4e00806ac0069a27a582e19ce4f0a903a7e1571 /doc
parent7d89522233802f83ffa728bc0b55785faf580d32 (diff)
downloadSCons-1ec87674971081f7bf1018985254feb7ab52fcd4.zip
SCons-1ec87674971081f7bf1018985254feb7ab52fcd4.tar.gz
SCons-1ec87674971081f7bf1018985254feb7ab52fcd4.tar.bz2
Fixed a sentence in libraries.xml in response to issue 2989.
Diffstat (limited to 'doc')
-rw-r--r--doc/user/libraries.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/libraries.xml b/doc/user/libraries.xml
index 626e939..d7983c9 100644
--- a/doc/user/libraries.xml
+++ b/doc/user/libraries.xml
@@ -123,7 +123,7 @@ void f3() { printf("f3.c\n"); }
list of source files.
You can, however, also give the &b-link-Library; call
object files,
- and it will correctly realize
+ and it will correctly realize they are object files.
In fact, you can arbitrarily mix source code files
and object files in the source list: