mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
Fix typo
This commit is contained in:
parent
0333e88252
commit
2d8f8c2d64
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ type helpEntry struct{ key, val string }
|
|||
type helpColumn []helpEntry
|
||||
|
||||
// newHelpColumn creates a help column from pairs of string arguments
|
||||
// represeting keys and values. If the arguements are not even (and therein
|
||||
// represeting keys and values. If the arguments are not even (and therein
|
||||
// not every key has a matching value) the function will panic.
|
||||
func newHelpColumn(pairs ...string) (h helpColumn) {
|
||||
if len(pairs)%2 != 0 {
|
||||
|
|
Loading…
Reference in a new issue