Skip to content

Commit 58abf5f

Browse files
committed
Fixed grammar in documentation line
1 parent dcb5f01 commit 58abf5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_linalg.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module stdlib_linalg
7070
interface outer_product
7171
!! version: experimental
7272
!!
73-
!! Computes outer product of two vectors, returning a matrix
73+
!! Computes the outer product of two vectors, returning a matrix
7474
!! ([Specification](../page/specs/stdlib_linalg.html#description_3))
7575
#:for k1, t1 in RCI_KINDS_TYPES
7676
module function outer_product_${t1[0]}$${k1}$(u, v) result(res)

0 commit comments

Comments
 (0)