Skip to content

Commit bf8faef

Browse files
Update sources/modules/compilation-model/separate-compilation.md
Co-authored-by: Florian Sattler <[email protected]>
1 parent 96bb445 commit bf8faef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/modules/compilation-model/separate-compilation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ implementation-defined, unspecified, or undefined behavior._
7979

8080
A student should be able to:
8181

82-
1. Use compile flags, including `-I` and `-L` search path flags.
82+
1. Use compile flags, including `-I` and `-L` to specify search paths.
8383
2. Make header files for their own code, including using header guards.
8484
3. Use include directives for the headers of external libraries.
8585
5. Be able to declare `extern` variables.

0 commit comments

Comments
 (0)