Skip to content

Commit

Permalink
Minor tweak to first example.
Browse files Browse the repository at this point in the history
  • Loading branch information
DCtheTall committed Sep 17, 2020
1 parent a0bef93 commit 08f3e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -59,7 +59,7 @@ entryHandle.append(“visits”, “1”);
// Entries can be configured to report after a given time. After the
// time has passed, entries are queued for reporting, become immutable,
// and removed from the entry table. The UA will add additional
// randomized delay on reporting for privacy reasons (up to a e.g. day).
// randomized delay on reporting for privacy reasons (e.g. up to a day).
// After a report is configured for reporting it cannot be altered by
// subsequent calls to reportAfter.
entryHandle.reportAfter(2 * kMsecPerDay);
Expand Down

0 comments on commit 08f3e56

Please sign in to comment.