diff --git a/doc/classes/RigidBody2D.xml b/doc/classes/RigidBody2D.xml
index 2aa67073961..269ead1298b 100644
--- a/doc/classes/RigidBody2D.xml
+++ b/doc/classes/RigidBody2D.xml
@@ -151,7 +151,7 @@
See [method add_constant_torque].
- If [code]true[/code], the RigidBody2D will emit signals when it collides with another RigidBody2D.
+ If [code]true[/code], the RigidBody2D will emit signals when it collides with another body.
[b]Note:[/b] By default the maximum contacts reported is set to 0, meaning nothing will be recorded, see [member max_contacts_reported].
diff --git a/doc/classes/RigidBody3D.xml b/doc/classes/RigidBody3D.xml
index 99d55d7c7f8..69cfd2bb07b 100644
--- a/doc/classes/RigidBody3D.xml
+++ b/doc/classes/RigidBody3D.xml
@@ -158,7 +158,7 @@
See [method add_constant_torque].
- If [code]true[/code], the RigidBody3D will emit signals when it collides with another RigidBody3D.
+ If [code]true[/code], the RigidBody3D will emit signals when it collides with another body.
[b]Note:[/b] By default the maximum contacts reported is set to 0, meaning nothing will be recorded, see [member max_contacts_reported].