Skip to content

Commit

Permalink
Update chains.jl (#437)
Browse files Browse the repository at this point in the history
Minor typo fix
  • Loading branch information
sunxd3 authored Oct 13, 2023
1 parent 82def13 commit dc384ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chains.jl
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ end
Base.get(c::Chains, v::Symbol; flatten=false) = get(c, [v]; flatten=flatten)

"""
get(c::Chains; section::Union{Symbol,AbstractVector{Symbol}}; flatten=false)
get(c::Chains; section::Union{Symbol,AbstractVector{Symbol}}, flatten=false)
Return all parameters in a given section(s) as a `NamedTuple`.
Expand Down

0 comments on commit dc384ac

Please sign in to comment.