Skip to content

Commit d0d2d45

Browse files
committed
Remove incorrect comment about helper snapshot function
1 parent 74c8631 commit d0d2d45

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

glean/src/core/metrics/distributions.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ export interface DistributionData {
2323
*
2424
* Utility function for testing.
2525
*
26-
* **Caution**
27-
* This cannot use `Histogram.snapshot_values` and needs to use the more
28-
* specialized snapshot function.
29-
*
3026
* @param hist Histogram to get the snapshot of.
3127
* @returns Snapshot of the current histogram.
3228
*/

0 commit comments

Comments
 (0)