diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2023-08-28 11:05:45 +0700 |
|---|---|---|
| committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2023-08-28 11:05:45 +0700 |
| commit | 4c2d18a0cd2da342c94e4374d68a010d590a98f7 (patch) | |
| tree | 0fd7f5782bb40780911cc5dbc6d677ffccd1454b /src/dynamics/rigid_body.rs | |
| parent | 5c6def32396016f431552f8d0468ac4d5cee16e8 (diff) | |
| download | rapier-4c2d18a0cd2da342c94e4374d68a010d590a98f7.tar.gz rapier-4c2d18a0cd2da342c94e4374d68a010d590a98f7.tar.bz2 rapier-4c2d18a0cd2da342c94e4374d68a010d590a98f7.zip | |
docs: Minor fixes.
Diffstat (limited to 'src/dynamics/rigid_body.rs')
| -rw-r--r-- | src/dynamics/rigid_body.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynamics/rigid_body.rs b/src/dynamics/rigid_body.rs index 97974d9..42e4f88 100644 --- a/src/dynamics/rigid_body.rs +++ b/src/dynamics/rigid_body.rs @@ -397,7 +397,7 @@ impl RigidBody { /// Sets the rigid-body's additional mass. /// /// The total angular inertia of the rigid-body will be scaled automatically based on this - /// additional mass. If this scaling effect isn’t desired, use [`Self::additional_mass_properties`] + /// additional mass. If this scaling effect isn’t desired, use [`Self::set_additional_mass_properties`] /// instead of this method. /// /// This is only the "additional" mass because the total mass of the rigid-body is |
