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}