From ea2863bbf029cbc774d175631f9bc7d1431a72a9 Mon Sep 17 00:00:00 2001 From: Ben Deane Date: Thu, 3 Oct 2024 15:42:08 -0600 Subject: [PATCH] :books: :bug: Escape the star operator `*` is used for bold markup. --- docs/flows.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flows.adoc b/docs/flows.adoc index 90aec246..74d54596 100644 --- a/docs/flows.adoc +++ b/docs/flows.adoc @@ -58,7 +58,7 @@ a shower. The flow library will order actions in a flow to respect these dependencies. The actions will be executed in an order that respects all given dependencies. -The `*` operator is used to explicitly add an action to the +The `\*` operator is used to explicitly add an action to the flow. Without the `*` operator an action is just a reference. A compile-time error will be triggered if an action is referenced without ever being explicitly added to the flow. If an action is added under a constexpr