Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ManevilleF committed Jun 28, 2022
1 parent a5f0a11 commit c3b6f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_sprite/src/bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl Default for SpriteBundle {
/// to as a `TextureAtlas`) or for animated sprites.
///
/// Note:
/// This bundle is identical to [`SpriteBundle`] with an additional [`SpriteSheet`] component.
/// This bundle is identical to [`SpriteBundle`] with an additional [`TextureSheet`] component.
#[derive(Bundle, Clone, Default)]
pub struct SpriteSheetBundle {
pub sprite: Sprite,
Expand Down

0 comments on commit c3b6f29

Please sign in to comment.