Fix Item parametric type

This commit is contained in:
Anirudh 2022-11-28 18:31:04 -08:00
parent f8612a54a7
commit d1010005e5
No known key found for this signature in database
GPG Key ID: E2B887B3E185DBD5

View File

@ -1,6 +1,6 @@
import Base
mutable struct Item{T<:Real}
mutable struct Item{T<:Integer}
name::String
sellin::T
quality::T