Skip to content

Commit 86538a6

Browse files
committed
Fix word choice in comment because somehow in English the verb of deduction is deduce, not deduct.
1 parent aec3f34 commit 86538a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/observability-devservices/testlibs/devresource-common/src/main/java/io/quarkus/observability/devresource/DevResourceLifecycleManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ default Container<T> container(T config, ModulesConfiguration root) {
7575
}
7676

7777
/**
78-
* Deduct current config from params.
79-
* If port are too dynamic / configured, it's hard to deduct,
78+
* Deduce current config from params.
79+
* If port are too dynamic / configured, it's hard to deduce,
8080
* since configuration is not part of the devservice state.
8181
* e.g. different ports then usual - Grafana UI is 3000, if you do not use 3000,
8282
* it's hard or impossible to know which port belongs to certain property.

0 commit comments

Comments
 (0)