mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 14:08:32 +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,
|
_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…
Add table
Reference in a new issue