mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 12:13:25 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue