Skip to content

Commit 6252b4e

Browse files
Update FindMin.java
Re-word the comments
1 parent a60cb58 commit 6252b4e

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)