Skip to content

Commit

Permalink
fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Dec 28, 2021
1 parent 5582140 commit 1c8a1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_sprite/src/sprite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ pub struct Sprite {
pub anchor: Anchor,
}

/// How a sprite is positionned relative to it's [`Transform`](bevy_transform::Transform). It
/// defaults to `Anchor::Center`.
/// How a sprite is positionned relative to it's [`Transform`](bevy_transform::components::Transform).
/// It defaults to `Anchor::Center`.
#[derive(Debug, Clone, Reflect)]
pub enum Anchor {
Center,
Expand Down

0 comments on commit 1c8a1ee

Please sign in to comment.