Merge pull request #384 from anirudh2/main

Fix Item parametric type
This commit is contained in:
Emily Bache 2022-11-29 11:49:40 +01:00 committed by GitHub
commit 76e8590d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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