mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
Correct typos in Go comments
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
17e60b77e1
commit
36ce3a4a9d
@@ -112,7 +112,7 @@ func (ids *idFactory) Generate(value []byte, kind ast.NodeKind) []byte {
|
||||
}
|
||||
|
||||
if _, found := ids.vals[util.BytesToReadOnlyString(buf.Bytes())]; found {
|
||||
// Append a hypen and a number, starting with 1.
|
||||
// Append a hyphen and a number, starting with 1.
|
||||
buf.WriteRune('-')
|
||||
pos := buf.Len()
|
||||
for i := 1; ; i++ {
|
||||
|
Reference in New Issue
Block a user