mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 14:10:31 +03:00
Fix trivial typos in code
This commit is contained in:
parent
452ffab461
commit
18a29964fa
4 changed files with 6 additions and 6 deletions
|
@ -164,7 +164,7 @@ type pagelexer struct {
|
|||
currLeftDelimItem itemType
|
||||
currRightDelimItem itemType
|
||||
currShortcodeName string // is only set when a shortcode is in opened state
|
||||
closingState int // > 0 = on it's way to be closed
|
||||
closingState int // > 0 = on its way to be closed
|
||||
elementStepNum int // step number in element
|
||||
paramElements int // number of elements (name + value = 2) found first
|
||||
openShortcodes map[string]bool // set of shortcodes in open state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue