diff --git a/spec/API_specification/searching_functions.md b/spec/API_specification/searching_functions.md index f0311b8b7..7bf3f346e 100644 --- a/spec/API_specification/searching_functions.md +++ b/spec/API_specification/searching_functions.md @@ -25,7 +25,7 @@ Returns the indices of the maximum values along a specified axis. When the maxim - **x**: _<array>_ - - input array. + - input array. Should have a numeric data type. - **axis**: _Optional\[ int ]_ @@ -50,7 +50,7 @@ Returns the indices of the minimum values along a specified axis. When the minim - **x**: _<array>_ - - input array. + - input array. Should have a numeric data type. - **axis**: _Optional\[ int ]_