Fix copy paste bug in ball joint docs

This commit is contained in:
Oli Scherer
2021-07-26 13:33:40 +02:00
committed by Sébastien Crozet
parent 5eb5398a7e
commit 44244c324a

View File

@@ -7,7 +7,7 @@ use crate::math::{Point, Real, Rotation, Vector};
pub struct BallJoint {
/// Where the ball joint is attached on the first body, expressed in the first body local frame.
pub local_anchor1: Point<Real>,
/// Where the ball joint is attached on the first body, expressed in the first body local frame.
/// Where the ball joint is attached on the second body, expressed in the second body local frame.
pub local_anchor2: Point<Real>,
/// The impulse applied by this joint on the first body.
///