Skip to content

Commit ef87602

Browse files
phillmvwaldyrious
andauthored
Update src/cmark-gfm.h comment
Co-authored-by: Waldir Pimenta <[email protected]>
1 parent 73bb24f commit ef87602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmark-gfm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ CMARK_GFM_EXPORT cmark_node *cmark_node_first_child(cmark_node *node);
226226
CMARK_GFM_EXPORT cmark_node *cmark_node_last_child(cmark_node *node);
227227

228228
/** Returns the footnote reference of 'node', or NULL if 'node' doesn't have a
229-
* footnote reference.
229+
* footnote reference.
230230
*/
231231
CMARK_GFM_EXPORT cmark_node *cmark_node_parent_footnote_def(cmark_node *node);
232232

0 commit comments

Comments
 (0)