Skip to content

Commit 0b0d33a

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

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
@@ -82,7 +82,7 @@ A student should be able to:
8282
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.
85-
5. Be able to declare `extern` variables.
85+
4. Be able to declare `extern` variables.
8686

8787
#### Caveats
8888

0 commit comments

Comments
 (0)