From 55ec0c2af40452db483bcc8f6a74a962b938318c Mon Sep 17 00:00:00 2001 From: Victor Eijkhout Date: Fri, 4 Oct 2024 10:06:26 -0500 Subject: [PATCH] Update sources/modules/compilation-model/separate-compilation.md Co-authored-by: Florian Sattler --- sources/modules/compilation-model/separate-compilation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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