File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ All notable changes to this project will be documented in this file.
2626
2727### :books : (Refine Doc)
2828
29+ * docs(api): fix counter negative value wording [ #3396 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/3396 ) @legendecas
30+
2931### :house : (Internal)
3032
3133* ci: run browser tests without circle [ #3328 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/3328 ) @dyladan
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export enum ValueType {
6464 */
6565export interface Counter < AttributesTypes extends MetricAttributes = MetricAttributes > {
6666 /**
67- * Increment value of counter by the input. Inputs may not be negative.
67+ * Increment value of counter by the input. Inputs must not be negative.
6868 */
6969 add ( value : number , attributes ?: AttributesTypes , context ?: Context ) : void ;
7070}
You can’t perform that action at this time.
0 commit comments