diff --git a/Source/Engine/Physics/Colliders/CapsuleCollider.h b/Source/Engine/Physics/Colliders/CapsuleCollider.h
index 4a66ca877..9e133dd7a 100644
--- a/Source/Engine/Physics/Colliders/CapsuleCollider.h
+++ b/Source/Engine/Physics/Colliders/CapsuleCollider.h
@@ -44,7 +44,7 @@ public:
API_PROPERTY() void SetRadius(float value);
///
- /// Gets the height of the capsule, measured in the object's local space.
+ /// Gets the height of the capsule, measured in the object's local space between the centers of the hemispherical ends.
///
///
/// The capsule height will be scaled by the actor's world scale.
@@ -56,7 +56,7 @@ public:
}
///
- /// Sets the height of the capsule, measured in the object's local space.
+ /// Sets the height of the capsule, measured in the object's local space between the centers of the hemispherical ends.
///
///
/// The capsule height will be scaled by the actor's world scale.