Skip to content

Commit a866780

Browse files
authored
Update NEWS.md
1 parent 9ab7dc8 commit a866780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Library improvements
6060
you can now do e.g. `[A I]` and it will concatenate an appropriately sized
6161
identity matrix ([#19305]).
6262

63-
* New `accumulate` and `accumulate!` functions, which generalize `cumsum` and `cumprod`. Also known as [scan](https://en.wikipedia.org/wiki/Prefix_sum) ([#18931]).
63+
* New `accumulate` and `accumulate!` functions, which generalize `cumsum` and `cumprod`. Also known as a [scan](https://en.wikipedia.org/wiki/Prefix_sum) operation ([#18931]).
6464

6565
Compiler/Runtime improvements
6666
-----------------------------

0 commit comments

Comments
 (0)