diff options
author | Oleksandr Redko <[email protected]> | 2023-02-18 22:47:35 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-03-02 16:32:32 +0100 |
commit | 36ce3a4a9d3933772085991c8636915ffd5cb3af (patch) | |
tree | e7eaf3e0ea689b227fe012eab7c0f16205d6cd8c /parser/metadecoders | |
parent | 17e60b77e15664ba37f5c0b911cf70c36d496d80 (diff) | |
download | hugo-36ce3a4a9d3933772085991c8636915ffd5cb3af.tar.gz hugo-36ce3a4a9d3933772085991c8636915ffd5cb3af.zip |
Correct typos in Go comments
Diffstat (limited to 'parser/metadecoders')
-rw-r--r-- | parser/metadecoders/format.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/metadecoders/format.go b/parser/metadecoders/format.go index d34a261bf..17e13f467 100644 --- a/parser/metadecoders/format.go +++ b/parser/metadecoders/format.go @@ -23,7 +23,7 @@ import ( type Format string const ( - // These are the supported metdata formats in Hugo. Most of these are also + // These are the supported metadata formats in Hugo. Most of these are also // supported as /data formats. ORG Format = "org" JSON Format = "json" |