diff options
author | Aurken Bilbao <[email protected]> | 2020-08-20 14:32:40 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-08-20 22:34:35 +0200 |
commit | ad01aea3f426206c2b70bbd97c5d29562dfe954d (patch) | |
tree | 68ed1328a911ef27572ca14f6bf642c02276a757 /markup/converter | |
parent | ec37420468157284651ef6b04b30420b249179e2 (diff) | |
download | hugo-ad01aea3f426206c2b70bbd97c5d29562dfe954d.tar.gz hugo-ad01aea3f426206c2b70bbd97c5d29562dfe954d.zip |
Fixed misspelled words
Diffstat (limited to 'markup/converter')
-rw-r--r-- | markup/converter/hooks/hooks.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markup/converter/hooks/hooks.go b/markup/converter/hooks/hooks.go index ab26a6f1a..622d503ef 100644 --- a/markup/converter/hooks/hooks.go +++ b/markup/converter/hooks/hooks.go @@ -49,7 +49,7 @@ type HeadingContext interface { // HeadingRenderer describes a uniquely identifiable rendering hook. type HeadingRenderer interface { - // Render writes the renderered content to w using the data in w. + // Render writes the rendered content to w using the data in w. RenderHeading(w io.Writer, ctx HeadingContext) error identity.Provider } |