From 7f5071db558543159a2edf6f8426091914797848 Mon Sep 17 00:00:00 2001 From: Albert Date: Fri, 12 Apr 2024 12:00:39 +0200 Subject: [PATCH] Fix header --- docs/src/manuals/model-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/manuals/model-specification.md b/docs/src/manuals/model-specification.md index f88d62019..41ebf13c8 100644 --- a/docs/src/manuals/model-specification.md +++ b/docs/src/manuals/model-specification.md @@ -61,7 +61,7 @@ prespecified `variance` hyperparameter. `length(y)` can be called only if `y` has an associated data with it. This is not always the case, for example it is possible to instantiate the model lazily before the data becomes available. In such situations, `length(y)` will throw an error. -### [hyperparameters](@id user-guide-model-specification-hyperparameters) +### [Hyperparameters](@id user-guide-model-specification-hyperparameters) Any constant passed to a model as a model argument will be automatically converted to a corresponding constant node in the model's graph.