Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 26, 2023
1 parent 1baa36c commit 3451b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Processor/Ip.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function coerce(mixed $value): ?IpAddress
);
}

// unhappy path 🍏
// the happy path 🍏
return IpAddress::parse($value);
}
}

0 comments on commit 3451b83

Please sign in to comment.