Skip to content

Commit

Permalink
Merge pull request #134 from masutaka/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
masutaka authored Nov 29, 2023
2 parents d371cb8 + 8f6f449 commit a1a412c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewFormat(ctx context.Context, client *github.Client, settings Settings, de
return &Format{ctx: ctx, client: client, settings: settings, debug: debug}
}

// Line is line infomation
// Line is line information
type Line struct {
title string
repoName string
Expand Down

0 comments on commit a1a412c

Please sign in to comment.