Skip to content

Commit

Permalink
Update src/varinfo.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Tor Erlend Fjelde <[email protected]>
  • Loading branch information
sunxd3 and torfjelde authored Jul 30, 2024
1 parent bab63e1 commit 6997019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/varinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ end

function values_from_metadata(md::Metadata)
return (
# `copy` to avoid accidentaly mutation of internal representation.
# `copy` to avoid accidentally mutation of internal representation.
vn => copy(
from_internal_transform(md, vn, getdist(md, vn))(getindex_internal(md, vn))
) for vn in md.vns
Expand Down

0 comments on commit 6997019

Please sign in to comment.