diff --git a/src/pocketmine/utils/Color.php b/src/pocketmine/utils/Color.php index 9e5fa04f4..f54eb5a40 100644 --- a/src/pocketmine/utils/Color.php +++ b/src/pocketmine/utils/Color.php @@ -38,7 +38,7 @@ class Color{ } /** - * Returns the alpha (transparency) value of this colour. + * Returns the alpha (opacity) value of this colour. * @return int */ public function getA() : int{