Skip to content

Commit

Permalink
Merge pull request #292 from waywardmonkeys/fix-doc-typo
Browse files Browse the repository at this point in the history
Fix typo: asix -> axis.
  • Loading branch information
raphlinus authored Jun 29, 2023
2 parents aa999f7 + c78f761 commit 68a8ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ellipse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl Ellipse {
///
/// The returned ellipse will be the result of taking a circle, stretching
/// it by the `radii` along the x and y axes, then rotating it from the
/// x asix by `rotation` radians, before finally translating the center
/// x axis by `rotation` radians, before finally translating the center
/// to `center`.
///
/// Rotation is clockwise in a y-down coordinate system. For more on
Expand Down

0 comments on commit 68a8ff6

Please sign in to comment.