Skip to content

Commit bd8cb23

Browse files
committed
Fix function description
1 parent 095435a commit bd8cb23

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

api/include/opentelemetry/metrics/meter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class Meter
9696

9797
#if OPENTELEMETRY_ABI_VERSION_NO >= 2
9898
/**
99-
* Creates a Gauge with the passed characteristics and returns a unique_ptr to that Counter.
99+
* Creates a Gauge with the passed characteristics and returns a unique_ptr to that Gauge.
100100
*
101101
* @param name the name of the new Gauge.
102102
* @param description a brief description of what the Gauge is used for.

0 commit comments

Comments
 (0)