Skip to content

Commit 4db58df

Browse files
authored
Fix missing bracket and semicolon
1 parent ff080c7 commit 4db58df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/utility_functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If mixed dtypes (e.g. integer and floating-point) are used, the output of
7979

8080
#### Parameters
8181

82-
- **arrays_and_dtypes**: _List\[Union\[<array&gt, <dtype\]\];_
82+
- **arrays_and_dtypes**: _List\[Union\[<array>, <dtype>\]\];_
8383

8484
- input arrays and dtypes.
8585

0 commit comments

Comments
 (0)