README.adoc: fix typo
This commit is contained in:
parent
29232d4e71
commit
870c3c2b00
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ if (isFalse()) {
|
|||
----
|
||||
Condition.where(isFalse())
|
||||
.then(() -> doSomething())
|
||||
.otherwise(isTrue)
|
||||
.otherwise(isTrue())
|
||||
.then(() -> doSomethingElse());
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in a new issue