diff --git a/EXILED/Exiled.API/Features/Player.cs b/EXILED/Exiled.API/Features/Player.cs
index 65b392ffc..fa8dc7087 100644
--- a/EXILED/Exiled.API/Features/Player.cs
+++ b/EXILED/Exiled.API/Features/Player.cs
@@ -2057,7 +2057,7 @@ public void Disconnect(string reason = null) =>
///
/// Sets the scale of a player on the server side (will update for players too).
///
- /// The size to set.
+ /// The scale to set.
/// Who should see the updated scale.
public void SetScale(Vector3 scale, IEnumerable viewers)
{
@@ -2081,7 +2081,7 @@ public void SetScale(Vector3 scale, IEnumerable viewers)
/// Sets the scale of the player for other players.
///
/// The scale to set to.
- /// Who should see the fake size.
+ /// Who should see the fake scale.
public void SetFakeScale(Vector3 fakeScale, IEnumerable viewers)
{
Vector3 currentScale = Scale;