diff --git a/examples/reflection/reflection.rs b/examples/reflection/reflection.rs index ba1c4c67ea..f2130c35de 100644 --- a/examples/reflection/reflection.rs +++ b/examples/reflection/reflection.rs @@ -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 {