Skip to content

Commit ea35854

Browse files
Merge pull request #854 from jachymb/patch-1
Fix typo in cholesky_factor_cov type name
2 parents fff7a54 + aec78ea commit ea35854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stan-users-guide/complex-numbers.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ can be expressed as follows.
117117
```stan
118118
complex z;
119119
vector[2] mu;
120-
cholesky_cov[2] L_Sigma;
120+
cholesky_factor_cov[2] L_Sigma;
121121
// ...
122122
[get_real(z), get_imag(z)]' ~ multi_normal_cholesky(mu, L_Sigma);
123123
```

0 commit comments

Comments
 (0)