diff --git a/crates/ty_python_semantic/src/semantic_model.rs b/crates/ty_python_semantic/src/semantic_model.rs index 3f2a377c20..e2c550b0b3 100644 --- a/crates/ty_python_semantic/src/semantic_model.rs +++ b/crates/ty_python_semantic/src/semantic_model.rs @@ -397,7 +397,7 @@ pub trait HasType { } pub trait HasDefinition { - /// Returns the inferred type of `self`. + /// Returns the definition of `self`. /// /// ## Panics /// May panic if `self` is from another file than `model`.