From 80e5d27e17f8904270d73d27539f0b009c0a6929 Mon Sep 17 00:00:00 2001 From: VitalyR Date: Sun, 20 Oct 2024 21:49:27 +0800 Subject: [PATCH] Fix a tiny mismatch between code and comment (#16021) # Objective Fix a tiny mismatch between code and comment --- examples/reflection/reflection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {