From c849b4016cf072a6995609ffce8cfb797cbb8fc5 Mon Sep 17 00:00:00 2001 From: Beatriz Rizental Date: Mon, 7 Sep 2020 18:49:36 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jan-Erik Rediger --- glean-core/ios/Glean/Metrics/QuantityMetric.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glean-core/ios/Glean/Metrics/QuantityMetric.swift b/glean-core/ios/Glean/Metrics/QuantityMetric.swift index afece356f4..1f74cb82dd 100644 --- a/glean-core/ios/Glean/Metrics/QuantityMetric.swift +++ b/glean-core/ios/Glean/Metrics/QuantityMetric.swift @@ -4,12 +4,12 @@ import Foundation -/// This implements the developer facing API for recording counter metrics. +/// This implements the developer facing API for recording quantity metrics. /// /// Instances of this class type are automatically generated by the parsers at build time, /// allowing developers to record values that were previously registered in the metrics.yaml file. /// -/// The counter API only exposes the `QuantityMetricType.set(_:)` method, which takes care of validating the input +/// The quantity API only exposes the `QuantityMetricType.set(_:)` method, which takes care of validating the input /// data and making sure that requirements are enforced. public class QuantityMetricType { let handle: UInt64