Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
Co-Authored-By: Andrew Jakubowicz <[email protected]>
  • Loading branch information
mockersf and AndrewJakubowicz committed Jan 2, 2022
1 parent 638bdab commit ef8f7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_sprite/src/sprite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct Sprite {
pub anchor: Anchor,
}

/// How a sprite is positionned relative to it's [`Transform`](bevy_transform::components::Transform).
/// How a sprite is positioned relative to its [`Transform`](bevy_transform::components::Transform).
/// It defaults to `Anchor::Center`.
#[derive(Debug, Clone, Reflect)]
#[doc(alias = "pivot")]
Expand Down

0 comments on commit ef8f7ba

Please sign in to comment.