Skip to content

Commit 7c15820

Browse files
authored
Merge pull request #69 from xiabeifeng/patch-2
Update GenericGFPoly.php
2 parents e53d171 + ecb13a6 commit 7c15820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Common/Reedsolomon/GenericGFPoly.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ final class GenericGFPoly
3838
* @param coefficients array coefficients as ints representing elements of GF(size), arranged
3939
* from most significant (highest-power term) coefficient to least significant
4040
*
41-
* @throws IllegalArgumentException if argument is null or empty,
41+
* @throws InvalidArgumentException if argument is null or empty,
4242
* or if leading coefficient is 0 and this is not a
4343
* constant polynomial (that is, it is not the monomial "0")
4444
*/

0 commit comments

Comments
 (0)