cmark

My personal build of CMark ✏️

Commit
e36d0b941a2cc5a9d74bf91733d3f094c4d60456
Parent
8d1bc580984dffab9d852a93f524701906dd778c
Author
Tim Gates <tim.gates@iress.com>
Date

docs: fix simple typo, chacters -> characters

There is a small typo in src/houdini_href_e.c.

Should read `characters` rather than `chacters`.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified src/houdini_href_e.c 2 1 1
diff --git a/src/houdini_href_e.c b/src/houdini_href_e.c
@@ -20,7 +20,7 @@
  * have its native function (i.e. as an URL
  * component/separator) and hence needs no escaping.
  *
- * There are two exceptions: the chacters & (amp)
+ * There are two exceptions: the characters & (amp)
  * and ' (single quote) do not appear in the table.
  * They are meant to appear in the URL as components,
  * yet they require special HTML-entity escaping