Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yvanoers committed Jun 21, 2019
1 parent 61d4cb7 commit 47b4b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func (h *HTTPTransport) jobToggleHandler(c *gin.Context) {
}

// isSlug determines whether the given string is a proper value to be used as
// key for in any backend store (a "slug"). If false, the 2nd return value
// key in the backend store (a "slug"). If false, the 2nd return value
// will contain the first illegal character found.
func isSlug(candidate string) (bool, string) {
// Allow only lower case letters (unicode), digits, underscore and dash.
Expand Down

0 comments on commit 47b4b9c

Please sign in to comment.