Skip to content

Commit 8059ecb

Browse files
committed
Fixed mismatched HTML tag.
1 parent 47b3ff5 commit 8059ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/markdown.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
{{registerContext this}}
1010

11-
##{{formatName ctx.string}} {{#if isPrivate}} <small><i>private method<i></small>{{/if}}
11+
##{{formatName ctx.string}} {{#if isPrivate}} <small><i>private method</i></small>{{/if}}
1212

1313
{{{description.summary}}}
1414

0 commit comments

Comments
 (0)