fix:
This commit is contained in:
parent
afa1cf3493
commit
f134e96257
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue