Skip to content

Commit

Permalink
fix non-standard NameChars comment (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Cooper authored Apr 19, 2020
1 parent 2b7b37f commit b83b682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion name.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
)

// Characters allowed in a name in the beanstalkd protocol.
// NameChars are the allowed name characters in the beanstalkd protocol.
const NameChars = `\-+/;.$_()0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz`

// NameError indicates that a name was malformed and the specific error
Expand Down

0 comments on commit b83b682

Please sign in to comment.