[Minor] Fixed typo

This commit is contained in:
Robert von Burg 2022-12-20 11:11:38 +01:00
parent 70ea899a83
commit 746a37452c
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Activity and Action elements.
Action objects have a list of `IValueChange` objects which define the start, end
and further value changes over time on a referenced Resource. Thus planning an
Activity is done by iterating the Activity hierarchy and for every Action
selecting a relevant Resource and then then applying the changes of the Action
selecting a relevant Resource and then applying the changes of the Action
on to the referenced `TimeState` on the Resource.
This implementation is currently very simple as it ignores all constraints which