Skip to content

Commit

Permalink
Update array syntax in website vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Sep 3, 2023
1 parent 444a5e4 commit 2709bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles-online-only/opencl.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ data {
int<lower=1> k;
int<lower=0> n;
matrix[n, k] X;
int y[n];
array[n] int y;
}
parameters {
vector[k] beta;
Expand Down

0 comments on commit 2709bb1

Please sign in to comment.