We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bb24f commit ef87602Copy full SHA for ef87602
src/cmark-gfm.h
@@ -226,7 +226,7 @@ CMARK_GFM_EXPORT cmark_node *cmark_node_first_child(cmark_node *node);
226
CMARK_GFM_EXPORT cmark_node *cmark_node_last_child(cmark_node *node);
227
228
/** Returns the footnote reference of 'node', or NULL if 'node' doesn't have a
229
- * footnote reference.
+ * footnote reference.
230
*/
231
CMARK_GFM_EXPORT cmark_node *cmark_node_parent_footnote_def(cmark_node *node);
232
0 commit comments