Skip to content

Commit 45bbea9

Browse files
authored
typo: should date should be data? (#1763)
`the defined model is conditioned to the date` -> `conditioned to the data`
1 parent 3535263 commit 45bbea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/using-turing/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For detailed information on the samplers, please review Turing.jl's [API]({{site
9292
Using this syntax, a probabilistic model is defined in Turing. The model function generated by Turing can then be used to condition the model onto data. Subsequently, the sample function can be used to generate samples from the posterior distribution.
9393

9494

95-
In the following example, the defined model is conditioned to the date (arg*1 = 1, arg*2 = 2) by passing (1, 2) to the model function.
95+
In the following example, the defined model is conditioned to the data (arg*1 = 1, arg*2 = 2) by passing (1, 2) to the model function.
9696

9797

9898
```julia

0 commit comments

Comments
 (0)