Skip to content

Commit c0fb781

Browse files
committed
Fix heading capitalization.
1 parent 9270b60 commit c0fb781

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/tutorials/modeling_in_gen.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ Write an inference program that generates traces of `sine_model` that explain th
532532

533533
------------------
534534

535-
## Predicting new data
535+
## Predicting New Data
536536

537537
What if we'd want to predict `ys` given `xs`?
538538

@@ -786,7 +786,7 @@ Plots.plot(fixed_noise_plot, inferred_noise_plot)
786786

787787
-------------------------
788788

789-
## Calling other generative functions
789+
## Calling Other Generative Functions
790790

791791
In addition to making random choices, generative functions can invoke other
792792
generative functions. To illustrate this, we will write a probabilistic model
@@ -929,7 +929,7 @@ Hint: To estimate the posterior probability that the data was generated by the s
929929

930930
-------
931931

932-
## Modeling with an unbounded number of parameters
932+
## Modeling with an Unbounded Number of Parameters
933933

934934
Gen's built-in modeling language can be used to express models that use an
935935
unbounded number of parameters. This section walks you through development of

0 commit comments

Comments
 (0)