Skip to content

Commit d3c2d7d

Browse files
committed
small comment fix
1 parent 4220d57 commit d3c2d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function _measure(expr)
5151
end
5252

5353
if !isempty(p)
54-
# e.g. Normal(μ,σ) = Normal(;μ=μ, σ=σ)
54+
# e.g. Normal(μ,σ) = Normal((μ=μ, σ=σ))
5555
pnames = QuoteNode.(p)
5656
push!(q.args, :($μ($(p...)) = $μ(NamedTuple($(p...)))))
5757
end

0 commit comments

Comments
 (0)