From be2009a068238c09ac59de2f73b78ef40188ba80 Mon Sep 17 00:00:00 2001 From: "Gerlach, Winfried" Date: Wed, 18 Dec 2024 13:10:44 +0100 Subject: [PATCH] fix typo in recipes.adoc --- docs/src/reference/asciidoc/recipes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/asciidoc/recipes.adoc b/docs/src/reference/asciidoc/recipes.adoc index 8987ea04..49b51eb9 100644 --- a/docs/src/reference/asciidoc/recipes.adoc +++ b/docs/src/reference/asciidoc/recipes.adoc @@ -40,7 +40,7 @@ You can find a sample that shows how to use this recipe at [[statemachine-recipes-tasks]] == Tasks -The tasks recipe is a concept to run DAG (Directed Acyclic Graph) of `Runnable` instances that use +The tasks recipe is a concept to run a DAG (Directed Acyclic Graph) of `Runnable` instances that use a state machine. This recipe has been developed from ideas introduced in <> sample.