Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 9, 2024
1 parent b1d8d71 commit 1a444d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function wageWeekWA(
int $cents,
#[FloatAttr(min: 0, max: 40)]
float $hours
) {
): float {
valid(); // valid $cents, $hours
$wage = $cents*$hours/100;
return returnAttr()($wage); // valid $wage
Expand Down

0 comments on commit 1a444d0

Please sign in to comment.