Skip to content

Commit 8e4979c

Browse files
committed
UnPack not Unpack
1 parent 9ed1d02 commit 8e4979c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelingToolkit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using DiffEqBase, Distributed
44
using StaticArrays, LinearAlgebra, SparseArrays
55
using Latexify, Unitful
66
using MacroTools
7-
using Unpack: @unpack
7+
using UnPack: @unpack
88

99
using Base.Threads
1010
import MacroTools: splitdef, combinedef, postwalk, striplines

0 commit comments

Comments
 (0)