Skip to content

Commit

Permalink
Fixup typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmh530 committed Dec 31, 2024
1 parent 9efa9e3 commit 24e3f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mir/algorithm/iteration.d
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $(T2 isSymmetric, Checks if the matrix is symmetric.)
$(T2 maxElement, Returns the maximum.)
$(T2 maxIndex, Finds index of the maximum.)
$(T2 maxPos, Finds backward index of the maximum.)
$(T2 maxIndex, Returns the minimum.)
$(T2 minElement, Returns the minimum.)
$(T2 minIndex, Finds index of the minimum.)
$(T2 minmaxIndex, Finds indices of the minimum and the maximum.)
$(T2 minmaxPos, Finds backward indices of the minimum and the maximum.)
Expand Down

0 comments on commit 24e3f74

Please sign in to comment.