Skip to content

Commit f7482c8

Browse files
Fix typo
1 parent 38d1d54 commit f7482c8

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
@@ -12,7 +12,7 @@ Pkg.add("VectorizedReduction")
1212
This library provides "vectorized" (with/without multithreading) versions of the following functions
1313
1. `mapreduce` and common derived functions: `reduce`, `sum`, `prod`, `minimum`, `maximum`, `extrema`
1414
2. `count`, `any`, `all`
15-
3. `findmin`, `findmin`, `argmin`, `argmax`
15+
3. `findmin`, `findmax`, `argmin`, `argmax`
1616
4. `logsumexp`, `softmax`, `logsoftmax` ("safe" versions: avoid underflow/overflow)
1717

1818
The naming convention is as follows: a vectorized (without threading) version is prefixed by `v`, and a vectorized with threading version is prefixed by `vt`.

0 commit comments

Comments
 (0)