diff --git a/v2/doc/src/tutorial.xml b/v2/doc/src/tutorial.xml index b0dac9e0b..590bd75cc 100644 --- a/v2/doc/src/tutorial.xml +++ b/v2/doc/src/tutorial.xml @@ -429,9 +429,9 @@ The /library-example/foo//bar syntax is used If you want all applications in some project to link to a certain library, you can avoid having to specify it directly the sources of every target by using the - <source> property. For example, if /boost/filesystem//fs + <library> property. For example, if /boost/filesystem//fs should be linked to all applications in your project, you can add - <source>/boost/filesystem//fs to the project's requirements, like this: + <library>/boost/filesystem//fs to the project's requirements, like this: project