Skip to content

Commit 1ee463a

Browse files
committed
Update immutable to struct
1 parent 732b31e commit 1ee463a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FixedPointDecimals.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ end
8383
A fixed-point decimal type backed by integral type `T`, with `f` digits after
8484
the decimal point stored.
8585
"""
86-
immutable FixedDecimal{T <: Integer, f} <: Real
86+
struct FixedDecimal{T <: Integer, f} <: Real
8787
i::T
8888

8989
# inner constructor

0 commit comments

Comments
 (0)