Skip to content

Commit

Permalink
docs: fix concatenate API documentation title
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-borba committed Jul 16, 2024
1 parent 8a7862d commit 2dc3540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/manipulation/ndarray-concatenate.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NDArray::hstack
# NDArray::concatenate

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

0 comments on commit 2dc3540

Please sign in to comment.