Skip to content

Commit 9f5f58e

Browse files
committed
chore: fix typos
1 parent 9a9903b commit 9f5f58e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/de/sldk/mc/health/HealthCheck.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public interface HealthCheck {
1313
boolean isHealthy();
1414

1515
/**
16-
* Creates a health compound check from the provided ones reporting healthy status iff all the checks report it.
16+
* Creates a health compound check from the provided ones reporting healthy status if all the checks report it.
1717
*
1818
* @param checks merged health checks
1919
* @return compound health check
@@ -23,7 +23,7 @@ static HealthCheck allOf(final HealthCheck... checks) {
2323
}
2424

2525
/**
26-
* Creates a compound health check from the provided ones reporting healthy status iff any check reports it.
26+
* Creates a compound health check from the provided ones reporting healthy status if any check reports it.
2727
*
2828
* @param checks merged health checks
2929
* @return compound health check

0 commit comments

Comments
 (0)