diff --git a/spec/API_specification/array_object.md b/spec/API_specification/array_object.md index e950643b4..7eeddd4eb 100644 --- a/spec/API_specification/array_object.md +++ b/spec/API_specification/array_object.md @@ -473,7 +473,7 @@ Returns an object that has all the array API functions on it. #### Returns -- **out**: _<object>_ +- **out**: _<Any>_ - an object representing the array API namespace. It should have every top-level function defined in the specification as an attribute. It may contain other public names as well, but it is recommended to only include those names that are part of the specification.