Skip to content

Commit f3d4fa9

Browse files
committed
Fix type annotation of | in docs
1 parent ddda84c commit f3d4fa9

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
@@ -65,7 +65,7 @@ DynamicPPL.LogDensityFunction
6565
A [`Model`](@ref) can be conditioned on a set of observations with [`AbstractPPL.condition`](@ref) or its alias [`|`](@ref).
6666

6767
```@docs
68-
|(::Model, ::Any)
68+
|(::Model, ::Union{Tuple,NamedTuple,AbstractDict{<:VarName}})
6969
condition
7070
DynamicPPL.conditioned
7171
```

0 commit comments

Comments
 (0)