mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-08 18:32:56 +08:00
Update FindMin.java
Re-word the comments
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user