diff --git a/documentation/docs/guides/branching.md b/documentation/docs/guides/branching.md index 8a9292717..ac142c30c 100644 --- a/documentation/docs/guides/branching.md +++ b/documentation/docs/guides/branching.md @@ -6,7 +6,7 @@ tags: # How to do branching in a reactive pipeline? -Mutiny and similar reactive programming libraries do not have _branching_ operators that would be similar to `if / else` and `switch / case` statements in Java. +Mutiny and similar reactive programming libraries do not have _branching_ operators similar to `if / else` and `switch/case` statements in Java. This does not mean that we can't express _branching_ in a reactive pipeline, and the most classic way is to use a transformation to a `Uni` (also called `flatMap` in functional programming).