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