Skip to content

Commit

Permalink
Merge pull request #47 from Dhuige/main
Browse files Browse the repository at this point in the history
Fix Typo in Documentation
  • Loading branch information
bvdmitri authored Jan 12, 2023
2 parents d41f672 + db9810f commit 5493ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphppl.jl
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ ReactiveMPNodeAliases = (
else
expression
end,
"`Normal(μ|m|mean = ..., τ|γ|σ⁻²|w|p|prec|precision = ...)` alias for `NormalMeanVariance(..., ...)` node. `Gaussian` could be used instead `Normal` too."
"`Normal(μ|m|mean = ..., τ|γ|σ⁻²|w|p|prec|precision = ...)` alias for `NormalMeanPrecision(..., ...)` node. `Gaussian` could be used instead `Normal` too."
),
(
(expression) -> if @capture(expression, (MvNormal | MvGaussian)((μ) | (m) | (mean) = mean_, (Σ) | (V) | (Λ⁻¹) | (cov) | (covariance) = cov_))
Expand Down

0 comments on commit 5493ee3

Please sign in to comment.