Skip to content

Commit f2bf153

Browse files
committed
fix comment
1 parent 0cedac0 commit f2bf153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/markup/markdown/markdown.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func (r *GlodmarkRender) highlightingRenderer(w util.BufWriter, c highlighting.C
109109
// SpecializedMarkdown sets up the Gitea specific markdown extensions
110110
func SpecializedMarkdown(ctx *markup.RenderContext) *GlodmarkRender {
111111
// TODO: it could use a pool to cache the renderers to reuse them with different contexts
112-
// at the moment it is fast enough (see the benchmarks
112+
// at the moment it is fast enough (see the benchmarks)
113113
r := &GlodmarkRender{ctx: ctx}
114114
r.goldmarkMarkdown = goldmark.New(
115115
goldmark.WithExtensions(

0 commit comments

Comments
 (0)