Skip to content

Commit

Permalink
Mark inline code art as text
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Feb 17, 2023
1 parent d0253ca commit de415cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_math/src/bezier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl CubicBezierEasing {
/// halfway through. This is known as linear interpolation, and results in objects animating
/// with a constant velocity, and no smooth acceleration or deceleration at the start or end.
///
/// ```ignore
/// ```text
/// y
/// │ ●
/// │ ⬈
Expand All @@ -217,7 +217,7 @@ impl CubicBezierEasing {
/// smooth curve. As `time` (x-axis) progresses, we now follow the curved curve, and use the `y`
/// value to determine how far along the animation is.
///
/// ```ignore
/// ```text
/// y
/// │ ⬈➔➔●
/// │ ⬈
Expand Down

0 comments on commit de415cc

Please sign in to comment.