Update FindMin.java

Re-word the comments
This commit is contained in:
UntouchedOdin0
2019-10-23 21:22:14 +01:00
committed by GitHub
parent a60cb58be8
commit 6252b4eff8

View File

@ -9,7 +9,7 @@ public class FindMin {
}
/**
* find min of array
* Find the minimum number of an array of numbers.
*
* @param array the array contains element
* @return min value