Skip to content

Commit a89ea1c

Browse files
allenclouddmitshur
authored andcommitted
Fix typo in PunchCard documentation. (#796)
1 parent 872b370 commit a89ea1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/repos_stats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func (s *RepositoriesService) ListParticipation(ctx context.Context, owner, repo
182182
}
183183

184184
// PunchCard represents the number of commits made during a given hour of a
185-
// day of thew eek.
185+
// day of the week.
186186
type PunchCard struct {
187187
Day *int // Day of the week (0-6: =Sunday - Saturday).
188188
Hour *int // Hour of day (0-23).

0 commit comments

Comments
 (0)