diff --git "a/\343\203\206\343\202\243\343\203\203\343\202\253\343\203\274/Color.php" b/src/Color.php similarity index 98% rename from "\343\203\206\343\202\243\343\203\203\343\202\253\343\203\274/Color.php" rename to src/Color.php index 442a773..996cc9e 100644 --- "a/\343\203\206\343\202\243\343\203\203\343\202\253\343\203\274/Color.php" +++ b/src/Color.php @@ -47,7 +47,7 @@ public function getA() : int{ } /** - * Returns the red value of this colour. + * Retuns the red value of this colour. */ public function getR() : int{ return $this->r;