docs: fix stale doc comment in get_hyperopt_phase

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jgrusewski
2026-03-22 10:48:58 +01:00
parent 3616739af9
commit dc18db2eb0

View File

@@ -272,7 +272,7 @@ pub fn set_hyperopt_phase(phase: HyperoptPhase) {
}
}
/// Get the current hyperopt phase (defaults to Single if not set).
/// Get the current hyperopt phase (defaults to Fast if not set).
pub fn get_hyperopt_phase() -> HyperoptPhase {
HYPEROPT_PHASE
.lock()