diff --git a/api/include/opentelemetry/metrics/meter.h b/api/include/opentelemetry/metrics/meter.h index 17cc0db338..877453884a 100644 --- a/api/include/opentelemetry/metrics/meter.h +++ b/api/include/opentelemetry/metrics/meter.h @@ -84,7 +84,7 @@ class Meter /** * Creates a Asynchronouse (Observable) Gauge with the passed characteristics and returns a - * shared_ptr to that Observable Counter + * shared_ptr to that Observable Gauge * * @param name the name of the new Observable Gauge. * @param description a brief description of what the Observable Gauge is used for.