diff --git a/src/study.rs b/src/study.rs index 9c2b00d..be8a10a 100644 --- a/src/study.rs +++ b/src/study.rs @@ -1043,7 +1043,7 @@ impl Study { /// let x = trial.suggest_float("x", -10.0, 10.0)?; /// // Async objective function (e.g., network request) /// let value = x * x; - /// Ok::<_, optimize::TpeError>((trial, value)) + /// Ok::<_, optimizer::TpeError>((trial, value)) /// }) /// .await?; ///