Skip to content

Commit 9500c12

Browse files
authored
fix typo (#2604)
1 parent f2f0738 commit 9500c12

File tree

1 file changed

+2
-2
lines changed
  • api/include/opentelemetry/metrics

1 file changed

+2
-2
lines changed

api/include/opentelemetry/metrics/meter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class Meter
9292
nostd::string_view unit = "") noexcept = 0;
9393

9494
/**
95-
* Creates a Asynchronouse (Observable) Gauge with the passed characteristics and returns a
95+
* Creates a Asynchronous (Observable) Gauge with the passed characteristics and returns a
9696
* shared_ptr to that Observable Gauge
9797
*
9898
* @param name the name of the new Observable Gauge.
@@ -129,7 +129,7 @@ class Meter
129129
nostd::string_view unit = "") noexcept = 0;
130130

131131
/**
132-
* Creates a Asynchronouse (Observable) UpDownCounter with the passed characteristics and returns
132+
* Creates a Asynchronous (Observable) UpDownCounter with the passed characteristics and returns
133133
* a shared_ptr to that Observable UpDownCounter
134134
*
135135
* @param name the name of the new Observable UpDownCounter.

0 commit comments

Comments
 (0)