docs: Minor fixes.

This commit is contained in:
Bruce Mitchener
2023-08-28 11:05:45 +07:00
parent 5c6def3239
commit 4c2d18a0cd
5 changed files with 12 additions and 12 deletions

View File

@@ -136,7 +136,7 @@ pub enum ColliderMassProps {
/// The collider is given a density.
///
/// Its actual `MassProperties` are computed automatically with
/// the help of [`SharedShape::mass_properties`].
/// the help of [`Shape::mass_properties`].
Density(Real),
/// The collider is given a mass.
///