Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Fix function signature in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed Dec 10, 2015
1 parent 56e3ca3 commit 2c37d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/statsd-client.js
Expand Up @@ -97,7 +97,7 @@ StatsDClient.prototype.decrement = function (name, delta) {
};

/*
* timings(name, date-object | ms)
* timing(name, date-object | ms)
*/
StatsDClient.prototype.timing = function (name, time) {
// Date-object or integer?
Expand Down

0 comments on commit 2c37d6f

Please sign in to comment.