Skip to content

Commit 9da1f51

Browse files
authored
Fix typo (#258)
1 parent e3b8074 commit 9da1f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/absint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
assertType('int<1, max>', absint(-1));
3636
assertType('int<1, max>', absint(-10));
3737

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

0 commit comments

Comments
 (0)