Skip to content

Commit 24e3f74

Browse files
committed
Fixup typo
1 parent 9efa9e3 commit 24e3f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/algorithm/iteration.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $(T2 isSymmetric, Checks if the matrix is symmetric.)
2323
$(T2 maxElement, Returns the maximum.)
2424
$(T2 maxIndex, Finds index of the maximum.)
2525
$(T2 maxPos, Finds backward index of the maximum.)
26-
$(T2 maxIndex, Returns the minimum.)
26+
$(T2 minElement, Returns the minimum.)
2727
$(T2 minIndex, Finds index of the minimum.)
2828
$(T2 minmaxIndex, Finds indices of the minimum and the maximum.)
2929
$(T2 minmaxPos, Finds backward indices of the minimum and the maximum.)

0 commit comments

Comments
 (0)