Skip to content

Commit

Permalink
Fix a few typos in the vendored_dirs stanza documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
  • Loading branch information
NathanReb committed Jul 8, 2019
1 parent 806446c commit db44bb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/dune-files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -884,10 +884,10 @@ instead of this stanza. For example:
vendored_dirs (since 1.11)
-------------------------

Dune supports vendoring of other dune based natively since simply copying a
project into a subdirectory of your own project will work. Simply doing that has
a few limitation though. You can workaround those by explicitly marking such
directories as containing vendored code.
Dune supports vendoring of other dune-based projects natively since simply
copying a project into a subdirectory of your own project will work. Simply
doing that has a few limitations though. You can workaround those by explicitly
marking such directories as containing vendored code.

Example:

Expand All @@ -900,7 +900,7 @@ Dune will not resolve aliases in vendored directories meaning by default it will
not build all installable targets, run the test, format or lint the code located
in such a directory while still building the parts your project depend upon.
Libraries and executable in vendored directories will also be built with a ``-w
-a`` flag to suppress all warnings and prevent polution of your build output.
-a`` flag to suppress all warnings and prevent pollution of your build output.


.. _include_subdirs:
Expand Down

0 comments on commit db44bb1

Please sign in to comment.