Skip to content

Commit

Permalink
Revert "Corrected a typo. (#56)" (#57)
Browse files Browse the repository at this point in the history
This reverts commit 1bf8870.
  • Loading branch information
dktapps authored Apr 10, 2023
1 parent 1bf8870 commit 046724e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ティッカー/Color.php → src/Color.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 046724e

Please sign in to comment.