We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SceneBundle
1 parent 7133d51 commit 92535b4Copy full SHA for 92535b4
crates/bevy_scene/src/bundle.rs
@@ -20,7 +20,7 @@ pub struct SceneInstance(InstanceId);
20
21
/// A component bundle for a [`Scene`] root.
22
///
23
-/// The scene from `scene` will be spawn as a child of the entity with this component.
+/// The scene from `scene` will be spawned as a child of the entity with this component.
24
/// Once it's spawned, the entity will have a [`SceneInstance`] component.
25
#[derive(Default, Bundle)]
26
pub struct SceneBundle {
0 commit comments