diff --git a/sources/modules/compilation-model/separate-compilation.md b/sources/modules/compilation-model/separate-compilation.md index c89d3ce..7923dd9 100644 --- a/sources/modules/compilation-model/separate-compilation.md +++ b/sources/modules/compilation-model/separate-compilation.md @@ -57,8 +57,8 @@ A student should be able to: #### Points to cover -1. Necessity of having function be declared at the locus of use -2. Solving this by explicit declaration or by using header files. +* Necessity of having function be declared at the locus of use +* Solving this by explicit declaration or by using header files. #### Caveats