Fix a tiny mismatch between code and comment (#16021)

# Objective

Fix a tiny mismatch between code and comment
This commit is contained in:
VitalyR 2024-10-20 21:49:27 +08:00 committed by GitHub
parent 9b65081171
commit 80e5d27e17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ pub struct Foo {
_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)
#[derive(Reflect)]
pub struct Bar {