Skip to content

Commit 3c81b57

Browse files
authored
Update opentelemetry-sdk/src/metrics/pipeline.rs
1 parent e33b04b commit 3c81b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/pipeline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ where
364364
mut stream: Stream,
365365
) -> MetricResult<Option<Arc<dyn internal::Measure<T>>>> {
366366
// TODO: Create a separate pub (crate) Stream struct for the pipeline,
367-
// as Stream will not have any Optional fields as None at this point and
367+
// as Stream will not have any optional fields as None at this point and
368368
// new struct can better reflect this.
369369
let mut agg = stream
370370
.aggregation

0 commit comments

Comments
 (0)