From 746a37452cbb935f4eceac07af425d942293d293 Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Tue, 20 Dec 2022 11:11:38 +0100 Subject: [PATCH] [Minor] Fixed typo --- content/blog/post-00007.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/post-00007.md b/content/blog/post-00007.md index 817c297..34420f4 100644 --- a/content/blog/post-00007.md +++ b/content/blog/post-00007.md @@ -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