Skip to content

Commit 92535b4

Browse files
authored
Fix typo in SceneBundle docs (#12645)
1 parent 7133d51 commit 92535b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_scene/src/bundle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub struct SceneInstance(InstanceId);
2020

2121
/// A component bundle for a [`Scene`] root.
2222
///
23-
/// The scene from `scene` will be spawn as a child of the entity with this component.
23+
/// The scene from `scene` will be spawned as a child of the entity with this component.
2424
/// Once it's spawned, the entity will have a [`SceneInstance`] component.
2525
#[derive(Default, Bundle)]
2626
pub struct SceneBundle {

0 commit comments

Comments
 (0)