Skip to content

Commit 8852200

Browse files
tpapprfourquet
authored andcommitted
fix typo in #34465 (#34476)
thanks at-dkarrasch
1 parent e4f6cd7 commit 8852200

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ New library functions
3232
* The new `only(x)` function returns the one-and-only element of a collection `x`, and throws an `ArgumentError` if `x` contains zero or multiple elements ([#33129]).
3333
* `takewhile` and `dropwhile` have been added to the Iterators submodule ([#33437]).
3434
* `accumulate` has been added to the Iterators submodule ([#34033]).
35-
* There is a now an `evalpoly` function meant to take the role of the `@evalpoly` macro. The function is just as efficient as the macro while giving added flexibility, so it should be preferred over `@evalpoly`. `evalpoly` takes a list of coefficients as a tuple, so where one might write `@evalpoly(x, p1, p2, p3)` one would instead write `evalpoly(x, (p1, p2, p3))` (#[32753]).
35+
* There is a now an `evalpoly` function meant to take the role of the `@evalpoly` macro. The function is just as efficient as the macro while giving added flexibility, so it should be preferred over `@evalpoly`. `evalpoly` takes a list of coefficients as a tuple, so where one might write `@evalpoly(x, p1, p2, p3)` one would instead write `evalpoly(x, (p1, p2, p3))` ([#32753]).
3636

3737
New library features
3838
--------------------
@@ -98,6 +98,7 @@ Standard library changes
9898
[#32208]: https://github.com/JuliaLang/julia/issues/32208
9999
[#32448]: https://github.com/JuliaLang/julia/issues/32448
100100
[#32739]: https://github.com/JuliaLang/julia/issues/32739
101+
[#32753]: https://github.com/JuliaLang/julia/issues/32753
101102
[#32968]: https://github.com/JuliaLang/julia/issues/32968
102103
[#33012]: https://github.com/JuliaLang/julia/issues/33012
103104
[#33040]: https://github.com/JuliaLang/julia/issues/33040

0 commit comments

Comments
 (0)