Doc: Fix typo "truthfullness"

Change-Id: I9c25f023e82e41785cd905d6b77505e60e825432
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Leena Miettinen
2020-06-17 15:48:43 +02:00
parent 5a7256b4bf
commit 55f3764d08

View File

@@ -101,7 +101,7 @@
the property to a boolean expression that evaluates to \c true when you want
the state to be applied.
This enables you to evaluate the truthfullness of several components'
This enables you to evaluate the truthfulness of several components'
properties and move the UI to the state in which these conditions apply.
You can evaluate whether something is true or false, greater than or equal
to something else, and so on. You can also use operators, such as AND or