cmark

My personal build of CMark ✏️

Commit
4cc902add66a152becf73ba35a89e4e8b39aa657
Parent
8181cd0f134dff7e400ba93b5039089b113b0d3c
Author
Øyvind A. Holm <sunny@sunbase.org>
Date

print_usage(): Minor grammar fix, swap two words (#305)

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified src/main.c 2 1 1
diff --git a/src/main.c b/src/main.c
@@ -39,7 +39,7 @@ void print_usage() {
   printf("  --nobreaks       Render soft line breaks as spaces\n");
   printf("  --unsafe         Render raw HTML and dangerous URLs\n");
   printf("  --smart          Use smart punctuation\n");
-  printf("  --validate-utf8  Replace UTF-8 invalid sequences with U+FFFD\n");
+  printf("  --validate-utf8  Replace invalid UTF-8 sequences with U+FFFD\n");
   printf("  --help, -h       Print usage information\n");
   printf("  --version        Print version\n");
 }