diff --git a/spec/API_specification/set_functions.md b/spec/API_specification/set_functions.md index c8d04cffa..b39122f76 100644 --- a/spec/API_specification/set_functions.md +++ b/spec/API_specification/set_functions.md @@ -59,6 +59,4 @@ Returns the unique elements of an input array `x`. - **counts**: _<array>_ - - an array containing the number of times each unique element occurs in `x`. - - _TODO: should this be `int64`? This probably makes sense for most hardware; however, may be undesirable for older hardware and/or embedded systems._ + - an array containing the number of times each unique element occurs in `x`. The returned array must have the default integer data type.