mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-20 15:14:17 +02: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…
Add table
Add a link
Reference in a new issue