Skip to content

Commit eb8dd46

Browse files
committed
Clarify some text
1 parent 50a1669 commit eb8dd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ strict/minimal:
109109
like `sin` will accept integer array inputs, but the [standard only requires
110110
them to accept floating-point
111111
inputs](https://data-apis.org/array-api/latest/API_specification/generated/array_api.sin.html#array_api.sin),
112-
so in array-api-strict, `sin(integer_array)` will raise an exception.
112+
so in array-api-strict, `sin(asarray(0))` will raise an exception.
113113

114114
- The
115115
[indexing](https://data-apis.org/array-api/latest/API_specification/indexing.html)

0 commit comments

Comments
 (0)