Skip to content

Commit 3edd2f5

Browse files
rauhulktoso
authored andcommitted
update comment
1 parent 2c58b01 commit 3edd2f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/CoreMetrics/Metrics.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ extension FloatingPointCounter {
111111

112112
/// A FloatingPointCounter is a cumulative metric that represents a single monotonically increasing FloatingPointCounter whose value can only increase or be reset to zero.
113113
/// For example, you can use a FloatingPointCounter to represent the number of requests served, tasks completed, or errors.
114-
/// FloatingPointCounter is not supported by all metrics backends, however a default implementation is provided which accumulates floating point increments and records increments to a standard Counter after crossing integer boundaries.
114+
/// FloatingPointCounter is not supported by all metrics backends, however a default implementation is provided which accumulates floating point values and records increments to a standard Counter after crossing integer boundaries.
115115
///
116116
/// This is the user-facing FloatingPointCounter API.
117117
///
@@ -648,7 +648,7 @@ internal class AccumulatingRoundingFloatingPointCounter: FloatingPointCounterHan
648648
extension MetricsFactory {
649649
/// Create a default backing `FloatingPointCounterHandler` for backends which do not naively support floating point counters.
650650
///
651-
/// The created FloatingPointCounterHandler is a wrapper around a backend's CounterHandler which accumulates floating point increments and records increments to an underlying CounterHandler after crossing integer boundaries.
651+
/// The created FloatingPointCounterHandler is a wrapper around a backend's CounterHandler which accumulates floating point values and records increments to an underlying CounterHandler after crossing integer boundaries.
652652
///
653653
/// - parameters:
654654
/// - label: The label for the `FloatingPointCounterHandler`.

0 commit comments

Comments
 (0)