From f134e9625715c19d66e5930a13e379a0d73c9f61 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Fri, 19 Jun 2026 07:38:02 +0200 Subject: [PATCH] fix: --- docs/structured_data/data_integrity.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/structured_data/data_integrity.rst b/docs/structured_data/data_integrity.rst index e0e2c3f30..48da272be 100644 --- a/docs/structured_data/data_integrity.rst +++ b/docs/structured_data/data_integrity.rst @@ -62,11 +62,11 @@ Consistency Consistency is validating the value of a variable in relation to other variables in the :term:`context`. - This does not only concern only the variables themselves, such as their type. + This does not only concern the variables themselves, such as their type. Of course there is a typed base validation. The aim is to validate a variable in a :term:`configuration`, - the :term:`structured data` and the :term:`user data` based on the situation, + the :term:`structured data` and the :term:`user data` based on the situation. This is what we call a "context"—meaning the dataset to which a variable is linked.