Skip to content

Commit ea2863b

Browse files
committed
📚 🐛 Escape the star operator
`*` is used for bold markup.
1 parent bba682b commit ea2863b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flows.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ a shower. The flow library will order actions in a flow to respect these
5858
dependencies. The actions will be executed in an order that respects all given
5959
dependencies.
6060

61-
The `*` operator is used to explicitly add an action to the
61+
The `\*` operator is used to explicitly add an action to the
6262
flow. Without the `*` operator an action is just a reference.
6363
A compile-time error will be triggered if an action is referenced without ever
6464
being explicitly added to the flow. If an action is added under a constexpr

0 commit comments

Comments
 (0)