Skip to content

Commit 0aeedd8

Browse files
awvwgkLKedward
andauthored
Fix spelling
Co-authored-by: Laurence Kedward <[email protected]>
1 parent 820884e commit 0aeedd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Library targets are exported and useable for other projects.
181181
### Library configuration
182182

183183
Defines the exported library target of the project.
184-
A library is generated if the source directory found in a project.
184+
A library is generated if the source directory is found in a project.
185185
The default source directory is ``src`` but can be modifed in the *library* section using the *source-dir* entry.
186186
Paths for the source directory are given relative to the project root and use ``/`` as path separator on all platforms.
187187

@@ -283,7 +283,7 @@ helloff = { git = "https://gitlab.com/everythingfunctional/helloff.git" }
283283
> Supported in Fortran fpm only
284284
285285
Executables and test can be discovered automatically in their default directories.
286-
The automatic discovery searches the ``app`` and ``test`` directories for ``program`` definitions and declares them as executable and test targets, respectively.
286+
The automatic discovery recursively searches the ``app`` and ``test`` directories for ``program`` definitions and declares them as executable and test targets, respectively.
287287
The automatic discovery is enabled by default.
288288

289289
To disable the automatic discovery of targets set the *auto-executables* and *auto-tests* entry to *false*.

0 commit comments

Comments
 (0)