Fix a tiny mismatch between code and comment (#16021)
# Objective Fix a tiny mismatch between code and comment
This commit is contained in:
parent
9b65081171
commit
80e5d27e17
@ -41,7 +41,7 @@ pub struct Foo {
|
|||||||
_ignored: NonReflectedValue,
|
_ignored: NonReflectedValue,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// This `Bar` type is used in the `nested` field on the `Test` type. We must derive `Reflect` here
|
/// This `Bar` type is used in the `nested` field of the `Foo` type. We must derive `Reflect` here
|
||||||
/// too (or ignore it)
|
/// too (or ignore it)
|
||||||
#[derive(Reflect)]
|
#[derive(Reflect)]
|
||||||
pub struct Bar {
|
pub struct Bar {
|
||||||
|
Loading…
Reference in New Issue
Block a user