Skip to content

Commit

Permalink
Fix typo (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar authored Oct 12, 2024
1 parent e3b8074 commit 9da1f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/absint.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
assertType('int<1, max>', absint(-1));
assertType('int<1, max>', absint(-10));

// Returns non-negative integer for floats, numeric strings, ressources
// Returns non-negative integer for floats, numeric strings, resources
assertType('int<0, max>', absint(1.0));
assertType('int<0, max>', absint(Faker::float()));
assertType('int<0, max>', absint('-10'));
Expand Down

0 comments on commit 9da1f51

Please sign in to comment.