Skip to content

Commit

Permalink
minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Harper committed May 23, 2024
1 parent 90aeaca commit 20b69ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_math/src/primitives/dim2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ impl Arc2d {
}
}

/// Create a new [`Arc2d`] from a `radius` and a number of `turns` of a circle.
/// Create a new [`Arc2d`] from a `radius` and a `fraction` of a single turn.
///
/// For instance, `0.5` turns is a semicircle.
#[inline(always)]
Expand Down

0 comments on commit 20b69ce

Please sign in to comment.