Skip to content

Commit 286f3b5

Browse files
perazzjvdp1
andauthored
Update doc/specs/stdlib_linalg.md
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 58392f1 commit 286f3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ For `real` or `integer` matrices, the function returns the transpose (`transpose
532532
### Return value
533533

534534
Returns a rank-2 array of the same shape and type as `a`. If `a` is of type `complex`, the Hermitian matrix is computed as `conjg(transpose(a))`.
535-
For `real` or `integer` types, it is equivalent to `transpose(a)`.
535+
For `real` or `integer` types, it is equivalent to the intrinsic `transpose(a)`.
536536

537537
### Example
538538

0 commit comments

Comments
 (0)