Skip to content

Commit 561803b

Browse files
Fix typo
1 parent e493370 commit 561803b

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
@@ -29,7 +29,7 @@ There is a single exception to this rule: vectorized (without threading) version
2929

3030
This library also provides other, less common, reductions (all of which follow the naming convention above):
3131
1. `mapreducethen` : Apply function `f` to each element of `A`, reduce the result over the dimensions `dims` using the binary function `op`, then apply `g` to the result
32-
2. distances: `manhattan`, `euclidean`, `chebyshe`, `minkowski`
32+
2. distances: `manhattan`, `euclidean`, `chebyshev`, `minkowski`
3333
3. norms: `norm`, treating arbitrary slices via `dims` keyword
3434
4. deviances: `counteq`, `countne`, `meanad`, `maxad`, `mse`, `rmse`
3535
5. means: `mean`, `geomean`, `harmmean`

0 commit comments

Comments
 (0)