Skip to content

Commit

Permalink
Fixed documentation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aida0710 authored and dktapps committed Apr 10, 2023
1 parent 046724e commit a0421f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Color.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a0421f1

Please sign in to comment.