Skip to content

Commit aae9da5

Browse files
Update References.php
Co-authored-by: Alex Rock <pierstoval@gmail.com>
1 parent 8bdb918 commit aae9da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

References.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public function threshold(string $threshold): float
242242

243243
throw new \InvalidArgumentException(\sprintf(
244244
'The specified threshold parameter (%s) is invalid.'."\n".
245-
'The value must be in percentage or an absolute integer'."\n".
245+
'The value must be in percentage or an integer'."\n".
246246
'Please refer to ImageMagick command line documentation:'."\n%s",
247247
$threshold, 'http://www.imagemagick.org/script/command-line-options.php#threshold'
248248
));

0 commit comments

Comments
 (0)