Fix typo on ConditionMessage

See gh-19354
This commit is contained in:
Tadaya Tsuyukubo 2019-12-11 22:53:21 -08:00 committed by Stephane Nicoll
parent 26e320faf8
commit 294267d2e0

View File

@ -290,7 +290,7 @@ public final class ConditionMessage {
}
/**
* Indicates the reason. For example {@code reason("running Linux")} results in
* Indicates the reason. For example {@code because("running Linux")} results in
* the message "running Linux".
* @param reason the reason for the message
* @return a built {@link ConditionMessage}