README.adoc: fix typo

This commit is contained in:
Paul Campbell 2017-04-21 14:30:55 +01:00
parent 29232d4e71
commit 870c3c2b00

View file

@ -146,7 +146,7 @@ if (isFalse()) {
---- ----
Condition.where(isFalse()) Condition.where(isFalse())
.then(() -> doSomething()) .then(() -> doSomething())
.otherwise(isTrue) .otherwise(isTrue())
.then(() -> doSomethingElse()); .then(() -> doSomethingElse());
---- ----