Skip to content

Commit 00f9b27

Browse files
committed
Fixes
1 parent a6784e2 commit 00f9b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Part of the API of DynamicPPL is defined in the more lightweight interface packa
88

99
A core component of DynamicPPL is the [`@model`](@ref) macro.
1010
It can be used to define probabilistic models in an intuitive way by specifying random variables and their distributions with `~` statements.
11-
These statements are rewritten by `@model` as calls of [internal functions](@ref model_internal) for sampling the variables and computing their log densities.
11+
These statements are rewritten by `@model` as calls of internal functions for sampling the variables and computing their log densities.
1212

1313
```@docs
1414
@model

0 commit comments

Comments
 (0)