Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jan-Erik Rediger <[email protected]>
  • Loading branch information
2 people authored and brizental committed Sep 14, 2020
1 parent d519d54 commit c849b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glean-core/ios/Glean/Metrics/QuantityMetric.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c849b40

Please sign in to comment.