File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
api/include/opentelemetry/metrics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments