From a0421f1e9e0b0c619300fb92d593283378f6a5e1 Mon Sep 17 00:00:00 2001 From: lazyperson0710 <51500566+lazyperson0710@users.noreply.github.com> Date: Mon, 10 Apr 2023 12:37:57 +0100 Subject: [PATCH] Fixed documentation typo --- src/Color.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Color.php b/src/Color.php index 996cc9e..442a773 100644 --- a/src/Color.php +++ b/src/Color.php @@ -47,7 +47,7 @@ public function getA() : int{ } /** - * Retuns the red value of this colour. + * Returns the red value of this colour. */ public function getR() : int{ return $this->r;