summaryrefslogtreecommitdiffstats
path: root/markup/goldmark/codeblocks/render.go
diff options
context:
space:
mode:
Diffstat (limited to 'markup/goldmark/codeblocks/render.go')
-rw-r--r--markup/goldmark/codeblocks/render.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/goldmark/codeblocks/render.go b/markup/goldmark/codeblocks/render.go
index 5f479bf23..67053640d 100644
--- a/markup/goldmark/codeblocks/render.go
+++ b/markup/goldmark/codeblocks/render.go
@@ -147,7 +147,7 @@ type codeBlockContext struct {
ordinal int
// This is only used in error situations and is expensive to create,
- // to deleay creation until needed.
+ // to delay creation until needed.
pos htext.Position
posInit sync.Once
createPos func() htext.Position