From b61cbd28a61d3e4a9a019d44ce1102ac06e463d0 Mon Sep 17 00:00:00 2001 From: arookas Date: Mon, 7 Dec 2015 11:40:56 -0500 Subject: [PATCH] Fixed: italics error in footnote. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2813774..528e6d0 100644 --- a/readme.md +++ b/readme.md @@ -166,4 +166,4 @@ The `import` statement supports both relative and absolute path names. If the pa If the file cannot be found, a compiler error will occur. -_**Note:** In order to prevent recursive inclusion, _ssc_ keeps track of all imported files and will ignore `import` statements whose files have already been compiled before._ \ No newline at end of file +_**Note:** In order to prevent recursive inclusion, ssc keeps track of all imported files and will ignore `import` statements whose files have already been compiled before._ \ No newline at end of file