aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-17 17:30:07 +0200
committerThéo de la Hogue2024-07-17 17:30:07 +0200
commit04f6582c87617881cb6fd4406cd2bf82d6eabab9 (patch)
tree42ef1f166b7ea1f30439bd1f645babff9d84eef9
parentac5ce6be824b227240b41e011fb0883ce588e381 (diff)
downloadargaze-04f6582c87617881cb6fd4406cd2bf82d6eabab9.zip
argaze-04f6582c87617881cb6fd4406cd2bf82d6eabab9.tar.gz
argaze-04f6582c87617881cb6fd4406cd2bf82d6eabab9.tar.bz2
argaze-04f6582c87617881cb6fd4406cd2bf82d6eabab9.tar.xz
Fixing a typo.
-rw-r--r--docs/user_guide/eye_tracking_context/advanced_topics/context_definition.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/eye_tracking_context/advanced_topics/context_definition.md b/docs/user_guide/eye_tracking_context/advanced_topics/context_definition.md
index 0702c8e..17dfea9 100644
--- a/docs/user_guide/eye_tracking_context/advanced_topics/context_definition.md
+++ b/docs/user_guide/eye_tracking_context/advanced_topics/context_definition.md
@@ -3,7 +3,7 @@ Define a context class
The [ArContext](../../../argaze.md/#argaze.ArFeatures.ArContext) class defines a generic base class interface to handle incoming eye tracker data before to pass them to a processing pipeline according to [Python context manager feature](https://docs.python.org/3/reference/datamodel.html#context-managers).
-The [ArContext](../../../argaze.md/#argaze.ArFeatures.ArContext) class interface provides control features to stop or pause working threads, performance assement features to measure how many times processings are called and the time spent by the process.
+The [ArContext](../../../argaze.md/#argaze.ArFeatures.ArContext) class interface provides control features to stop or pause working threads, performance assessment features to measure how many times processings are called and the time spent by the process.
Besides, there is also a [DataCaptureContext](../../../argaze.md/#argaze.ArFeatures.DataCaptureContext) class that inherits from [ArContext](../../../argaze.md/#argaze.ArFeatures.ArContext) and that defines an abstract *calibrate* method to write specific device calibration process.