Skip to content

Commit 776e6b7

Browse files
authored
Merge pull request #623 from elbeno/fix-doc-highlighting
📚 🐛 Escape the star operator
2 parents bba682b + ea2863b commit 776e6b7

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)