diff --git a/src/pocketmine/utils/SkinAnimation.php b/src/pocketmine/utils/SkinAnimation.php index 91b63a89c..b35c41cea 100644 --- a/src/pocketmine/utils/SkinAnimation.php +++ b/src/pocketmine/utils/SkinAnimation.php @@ -43,7 +43,7 @@ class SkinAnimation{ } /** - * Images of the animation. + * Image of the animation. * * @return SerializedImage */ @@ -68,4 +68,4 @@ class SkinAnimation{ public function getFrames() : float{ return $this->frames; } -} \ No newline at end of file +}