Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed Oct 24, 2020
1 parent f7935c4 commit 0147ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"gopkg.in/yaml.v2"
)

// RowHeader is an iterface to format slices.
// RowHeader is an interface to format slices.
type RowHeader interface {
Header() []string
Row() []string
Expand Down

0 comments on commit 0147ba5

Please sign in to comment.