Skip to content

Commit

Permalink
refactor: change value in getmetric comment
Browse files Browse the repository at this point in the history
  • Loading branch information
flesa committed Nov 19, 2020
1 parent 2751d45 commit a53fb81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const getMetricValueByName = (
*
* ```ts
* getMetricValue("queryAlias") // Returns null if query is not executed.
* getMetricValue("queryAlias", true); // Returns a random value between 0 and 2000000.
* getMetricValue("queryAlias", true); // Returns a random value between 0 and 1000.
* getMetricValue("queryAlias", true, [1,10]); // Returns random value between 1-10.
* getMetricValue("queryAlias", true, [1,10], true); // Returns random whole value between 1-10.
* ```
Expand Down

0 comments on commit a53fb81

Please sign in to comment.