Skip to content

Commit

Permalink
update String comment
Browse files Browse the repository at this point in the history
  • Loading branch information
snhilde committed Nov 14, 2020
1 parent 73e388d commit 3031150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbgithubclones/sbgithubclones.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (r *Routine) Update() (bool, error) {
return true, nil
}

// String prints the current clone count.
// String prints the current clone count for the day and week.
func (r *Routine) String() string {
if r == nil {
return "Bad routine"
Expand Down

0 comments on commit 3031150

Please sign in to comment.