Skip to content

Commit aec78ea

Browse files
authored
Fix typo in cholesky_factor_cov type name
1 parent fff7a54 commit aec78ea

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)