Skip to content

Commit 97f881c

Browse files
committed
immutable --> struct
1 parent 588d20d commit 97f881c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
immutable Partials{N,V} <: AbstractVector{V}
1+
struct Partials{N,V} <: AbstractVector{V}
22
values::NTuple{N,V}
33
end
44

0 commit comments

Comments
 (0)