Skip to content

Commit

Permalink
Fixed doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
ickshonpe committed Jan 14, 2025
1 parent cc7b412 commit c73811d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_sprite/src/texture_slice/computed_slices.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use bevy_utils::HashSet;
pub struct ComputedTextureSlices(Vec<TextureSlice>);

impl ComputedTextureSlices {
/// Computes [`ExtractedSprite`] iterator from the sprite slices
/// Computes [`ExtractedSlice`] iterator from the sprite slices
///
/// # Arguments
///
Expand Down

0 comments on commit c73811d

Please sign in to comment.