From 3e410be6111bfa868701b3c51e27079a04429c5d Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 28 Oct 2024 16:11:01 +0100 Subject: [PATCH] Update index.html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index ecda4d6..f51fc4d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3653,7 +3653,7 @@ await tracker.StopAsync();

Stats and comparing data
- Using the tracker.GetData(fromTime, toTime) method the trackers expose the data, or a subset of the data, can be retrieved: + Using the tracker.GetData(fromTime, toTime) method the trackers exposes the data, or a subset of the data, can be retrieved:

// Get all the data currently tracked:
 var data = tracker.GetData();