Skip to content

Commit

Permalink
Fix Typo in Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhuige committed Jan 11, 2023
1 parent 0b1dc3b commit db9810f
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 db9810f

Please sign in to comment.