Skip to content

Commit 55ec0c2

Browse files
Update sources/modules/compilation-model/separate-compilation.md
Co-authored-by: Florian Sattler <[email protected]>
1 parent 49f1a56 commit 55ec0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ A student should be able to:
5757

5858
#### Points to cover
5959

60-
1. Necessity of having function be declared at the locus of use
61-
2. Solving this by explicit declaration or by using header files.
60+
* Necessity of having function be declared at the locus of use
61+
* Solving this by explicit declaration or by using header files.
6262

6363
#### Caveats
6464

0 commit comments

Comments
 (0)