Skip to content

Commit 2dc3540

Browse files
docs: fix concatenate API documentation title
1 parent 8a7862d commit 2dc3540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/manipulation/ndarray-concatenate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NDArray::hstack
1+
# NDArray::concatenate
22

33
```php
44
public static function concatenate(NDArray[] $arrays, ?int $axis = 0): NDArray;

0 commit comments

Comments
 (0)