Skip to content

Commit e7fae14

Browse files
committed
Incorporated a response to one review comment to README ("for nonzero polynomial").
1 parent 6baa8c3 commit e7fae14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ ERROR: Polynomials must have same variable.
101101

102102
Integrate the polynomial `p` term by term, optionally adding a constant
103103
term `k`. The degree of the resulting polynomial is one higher than the
104-
degree of `p`.
104+
degree of `p` (for a nonzero polynomial).
105105

106106
```julia
107107
julia> integrate(Polynomial([1, 0, -1]))

0 commit comments

Comments
 (0)