summaryrefslogtreecommitdiff
path: root/src/cmark.h
diff options
context:
space:
mode:
authorChris Eidhof <chris@eidhof.nl>2016-02-17 09:47:15 +0100
committerChris Eidhof <chris@eidhof.nl>2016-02-17 09:47:15 +0100
commita456c1e6532ed677ffd4631fa4dea846003a4962 (patch)
tree0ba8c8e111c41474161c20c9f57546609f0ba48b /src/cmark.h
parent4e9abf792a151dca99cc9c637d5fae681b693997 (diff)
Update cmark.h
Diffstat (limited to 'src/cmark.h')
-rw-r--r--src/cmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmark.h b/src/cmark.h
index 4fa92ca..71c634b 100644
--- a/src/cmark.h
+++ b/src/cmark.h
@@ -20,7 +20,7 @@ extern "C" {
*/
/** Convert 'text' (assumed to be a UTF-8 encoded string with length
- * 'len' from CommonMark Markdown to HTML, returning a null-terminated,
+ * 'len') from CommonMark Markdown to HTML, returning a null-terminated,
* UTF-8-encoded string.
*/
CMARK_EXPORT