[ty] fix typo in HasDefinition trait docstring (#21689)
## Summary Fixes a typo in the docstring for the definition method in the HasDefinition trait
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user