Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1215f89

Browse files
committed
fix typos
1 parent 4bc765d commit 1215f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/reduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Basic reduction functions
88

99
The package extends/specializes ``sum``, ``mean``, ``max``, and ``min``, not only providing substantially better performance, but also allowing reduction over function results. It also provides ``sum!``, ``mean!``, ``max!``, and ``min!``, which allow writing results to pre-allocated storage when performing reduction along specific dimensions.
1010

11-
The funtion ``sum`` and its variant forms:
11+
The function ``sum`` and its variant forms:
1212

1313
.. code-block:: julia
1414
@@ -31,7 +31,7 @@ The funtion ``sum`` and its variant forms:
3131
sumfdiff(f2, x, y, dim)
3232
sumfdiff!(dst, f2, x, y, dim)
3333
34-
The funtion ``mean`` and its variant forms:
34+
The function ``mean`` and its variant forms:
3535

3636
.. code-block:: julia
3737

0 commit comments

Comments
 (0)