Skip to content

Commit

Permalink
Fixing small typo in golang example.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms committed Jul 29, 2012
1 parent 5a36ca0 commit 012df4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/statsd.go
Expand Up @@ -19,7 +19,7 @@ type StatsdClient struct {
* Usage:
*
* import "statsd"
* client := statsd.Net('localhost', 8125)
* client := statsd.New('localhost', 8125)
**/
func New(host string, port int) *StatsdClient {
client := StatsdClient{Host: host, Port: port}
Expand Down

0 comments on commit 012df4a

Please sign in to comment.