We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b7e22 commit 75bba13Copy full SHA for 75bba13
README.md
@@ -32,7 +32,7 @@ julia> rand(:x, gaussian_mixture, [1, 10])
32
33
By default, the addresses (`:x`, `:z`, `:k` and `:perm` in the examples above)
34
are ignored, but they can be intercepted via meta-programming
35
-(see [`Genify.jl`](https://github.com/probcomp/Genify.jl])) to support inference
+(see [`Genify.jl`](https://github.com/probcomp/Genify.jl)) to support inference
36
in probabilistic programming systems such as [`Gen`](https://www.gen.dev/).
37
Addresses can be specified as `Symbol`s, or as pairs from symbols
38
to other types (`Pair{Symbol,<:Any}`).
0 commit comments