Skip to content

Commit fbbdd22

Browse files
committed
comment
1 parent 9a5d422 commit fbbdd22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/help-scoring.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Pub.dev tracks and stores how many times each version of each package gets downl
3232

3333
The displayed download counts on pub.dev are aggregates based on raw server-side numbers counting the times a package archive has been downloaded.
3434

35-
This means that some numbers might be lower or higher than expected. The package can have a high usage that appears low because users may cache the package in their `PUB_CACHE`, which is a global cache. Hence, a particular package version will only be downloaded once per user, even if the user calls `pub get` many times across different projects.
35+
The download count is not a measure of how many users a package has. A package can have a high usage with low download counts because users may cache the package in their `PUB_CACHE`, which is a global cache. Hence, a particular package version will only be downloaded once per user, even if the user calls `pub get` many times across different projects.
3636

37-
On the other hand, for some packages the download count can be relatively high. For instance, the number can be high if the package is used as a dependency by other popular packages. The download counts can also be highly affected if the package is used by CI systems running tests, since these systems typically don't retain the `PUB_CACHE` between test runs.
37+
On the other hand, for some packages the download count may be relatively high. For instance, the number can be high if the package is used as a dependency by other popular packages. The download counts can also be highly affected if the package is used by CI systems running tests, since these systems typically don't retain the `PUB_CACHE` between test runs.
3838

39-
The download count is by no means a perfect metric, and should be regarded as an indicator of popularity.
39+
The download count is by no means a perfect metric, and should only be regarded as an indicator of popularity.
4040

4141
## Popularity
4242

0 commit comments

Comments
 (0)