aboutsummaryrefslogtreecommitdiff
path: root/Converter/src/compiler.c
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-07 03:00:23 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-07 03:00:23 +0100
commit953cd6edf07eeae011aa316e14cd7d1757afdedd (patch)
tree8a2cb529fa38676405a896d227e49fb219448bf5 /Converter/src/compiler.c
parent2cffbe92b3da759147076f17d38f74870238a244 (diff)
downloadmdhtml-953cd6edf07eeae011aa316e14cd7d1757afdedd.tar.gz
mdhtml-953cd6edf07eeae011aa316e14cd7d1757afdedd.tar.bz2
mdhtml-953cd6edf07eeae011aa316e14cd7d1757afdedd.zip
~formatting
Diffstat (limited to 'Converter/src/compiler.c')
-rw-r--r--Converter/src/compiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Converter/src/compiler.c b/Converter/src/compiler.c
index 042f809..9da3667 100644
--- a/Converter/src/compiler.c
+++ b/Converter/src/compiler.c
@@ -28,7 +28,7 @@ void compile_inner_text(string dest, string src, size_t sz_src,
* lower represents the last tag character before content
* upper represents the first tag character after content
*
- * size_of_content is self explanatory (size of content in tags)
+ * size_of_content is self explanatory (size of content delimited by tags)
* tag_size is the compiled size of a tag
* md_tag_size is the precompiled size of a tag
*