Skip to content

Commit d8042bb

Browse files
committed
typo
1 parent 732876a commit d8042bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cholesky.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ This can be used to fit parameters that yield an upper Cholesky-Factor
147147
of a Covariance matrix.
148148
149149
It uses the upper triangular matrix rather than the lower because it
150-
involes a sum across columns, whereas the alternative of a lower triangular
150+
involves a sum across columns, whereas the alternative of a lower triangular
151151
uses sum across rows.
152152
Sum across columns is often faster, because entries of columns are contiguous.
153153
"""

0 commit comments

Comments
 (0)