From a14ebab21ea2a7f523247025ff16511c1b7117c4 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Fri, 24 Apr 2026 16:56:35 +0100 Subject: [PATCH] Tweak wording --- usage/vectorisation/index.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage/vectorisation/index.qmd b/usage/vectorisation/index.qmd index 3ef2a7649..21a3387d8 100755 --- a/usage/vectorisation/index.qmd +++ b/usage/vectorisation/index.qmd @@ -164,7 +164,7 @@ LogDensityProblems.logdensity(ldf_linked, randn(N)) ## Automatic differentiation -In its current form, the `LogDensityFunction` does not natively know how to compute gradients of the parameters. +The `LogDensityFunction` that we created above does not yet know how to compute gradients of the parameters on its own. To enable integration with automatic differentiation (AD) packages, you can specify the `adtype` keyword argument: ```{julia}