From faccda14c0f98333bf7623d4caef00eea7bb1933 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 19 Aug 2019 20:53:53 +0200 Subject: temporary commit before branching - Dataset.from_descriptor_csv_file is broken --- lib/substance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/substance.rb') diff --git a/lib/substance.rb b/lib/substance.rb index 5c486d8..3d95586 100644 --- a/lib/substance.rb +++ b/lib/substance.rb @@ -1,6 +1,6 @@ module OpenTox - # Base class for substances (e.g. compunds, nanoparticles) + # Base class for substances (e.g. compounds, nanoparticles) class Substance field :properties, type: Hash, default: {} end -- cgit v1.2.3