Merge pull request #67 from aixtal/master

Pod fix (Etsy::StatsD)
This commit is contained in:
Erik Kastner 2012-03-28 13:56:10 -07:00
Родитель 709f1c6f46 a5fc2e0a60
Коммит bfa8e20c96
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -56,7 +56,7 @@ sub increment {
$self->update($stats, 1, $sample_rate);
}
=item increment(STATS, SAMPLE_RATE)
=item decrement(STATS, SAMPLE_RATE)
Decrement one of more stats counters.
@ -67,7 +67,7 @@ sub decrement {
$self->update($stats, -1, $sample_rate);
}
=item increment(STATS, DELTA, SAMPLE_RATE)
=item update(STATS, DELTA, SAMPLE_RATE)
Update one of more stats counters by arbitrary amounts.
@ -124,4 +124,4 @@ Steve Sanbeg L<http://www.buzzfeed.com/stv>
=cut
1;
1;