From 72082e7ff8dc3cb562e8da6226960cefa105b29c Mon Sep 17 00:00:00 2001 From: HassanAkbar Date: Tue, 7 Nov 2023 15:03:40 +0500 Subject: [PATCH] updated code comments --- lib/glossarist/concept.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/glossarist/concept.rb b/lib/glossarist/concept.rb index 7ac228b..4c8c8aa 100644 --- a/lib/glossarist/concept.rb +++ b/lib/glossarist/concept.rb @@ -169,8 +169,7 @@ def related=(related) end Glossarist::GlossaryDefinition::CONCEPT_DATE_TYPES.each do |type| - # List of related concepts of the specified type. - # @return [Array] + # Sets the ConceptDate and add it to dates list of the specified type. define_method("date_#{type}=") do |date| date_hash = { "type" => type,