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
brizental and badboy authored Sep 10, 2020
1 parent b39ca7b commit fcee843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/metrics/quantity.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quantity

Used to record a single non-negative integer value or 0.
Used to record a single non-negative integer value (including 0).
For example, the width of the display in pixels.

> **IMPORTANT** If you need to _count_ something (e.g. number of tabs open or number of times a button is pressed) prefer using the [Counter](./counter.md) metric type, which has a specific API for counting things and also takes care of resetting the count at the correct time.
Expand Down Expand Up @@ -146,7 +146,7 @@ Assert.Equal(

## Limits

* Quantities must be non-negative integers or 0.
* Quantities must be non-negative integers (including 0).

## Examples

Expand Down

0 comments on commit fcee843

Please sign in to comment.