Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
Diffs=
f3f56b453 Fixed typo. (#6128)

Co-authored-by: Dragoș Tiselice <[email protected]>
  • Loading branch information
dragostis and dragostis committed Oct 20, 2023
1 parent bf78d60 commit 10c20a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c5cde614bdb0de792c0bb074185f6ff51b1ff954
f3f56b4537442b48863b133222e8b28b8fe41efe
2 changes: 1 addition & 1 deletion rive-rs/src/linear_animation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl<R: Renderer> LinearAnimation<R> {
self.artboard.raw_artboard
}

pub fn artboart(&self) -> Artboard<R> {
pub fn artboard(&self) -> Artboard<R> {
Artboard::from_inner(self.artboard.clone())
}

Expand Down
2 changes: 1 addition & 1 deletion rive-rs/src/state_machine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl<R: Renderer> StateMachine<R> {
self.artboard.raw_artboard
}

pub fn artboart(&self) -> Artboard<R> {
pub fn artboard(&self) -> Artboard<R> {
Artboard::from_inner(self.artboard.clone())
}

Expand Down

0 comments on commit 10c20a8

Please sign in to comment.