Skip to content

Commit a2eec02

Browse files
authored
Merge pull request TheAlgorithms#1122 from UntouchedOdin0/patch-1
Update FindMin.java
2 parents 252364b + 6252b4e commit a2eec02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Maths/FindMin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public static void main(String[] args) {
99
}
1010

1111
/**
12-
* find min of array
12+
* Find the minimum number of an array of numbers.
1313
*
1414
* @param array the array contains element
1515
* @return min value

0 commit comments

Comments
 (0)