mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Fix Item parametric type
This commit is contained in:
parent
f8612a54a7
commit
d1010005e5
@ -1,6 +1,6 @@
|
|||||||
import Base
|
import Base
|
||||||
|
|
||||||
mutable struct Item{T<:Real}
|
mutable struct Item{T<:Integer}
|
||||||
name::String
|
name::String
|
||||||
sellin::T
|
sellin::T
|
||||||
quality::T
|
quality::T
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user