Skip to content

Commit bd93bf1

Browse files
committed
Parallelization edits (design-doc #17)
1 parent 1988a99 commit bd93bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stan-users-guide/parallelization.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ target += reduce_sum(partial_sum, y,
228228

229229
The reduce summation facility automatically breaks the sum into pieces
230230
and computes them in parallel. `grainsize = 1` specifies that the
231-
`grainsize` should be estimated automatically. The final model looks as:
231+
`grainsize` should be estimated automatically. The final model is:
232232

233233
```
234234
functions {

0 commit comments

Comments
 (0)