mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Fix typo
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=170487675
This commit is contained in:
@@ -26,7 +26,7 @@ public interface IncrementableMetric extends Metric<Long> {
|
||||
* Increments a metric by 1 for the given label values.
|
||||
*
|
||||
* <p>Use this method rather than {@link IncrementableMetric#incrementBy(long, String...)} if the
|
||||
* increment value is zero, as it will be slightly more performant.
|
||||
* increment value is 1, as it will be slightly more performant.
|
||||
*
|
||||
* <p>If the metric is undefined for given label values, it will be incremented from zero.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user