Skip to content

Commit

Permalink
updated code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanAkbar authored and ronaldtse committed Nov 8, 2023
1 parent 9bd5da0 commit 72082e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/glossarist/concept.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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<RelatedConcept>]
# Sets the ConceptDate and add it to dates list of the specified type.
define_method("date_#{type}=") do |date|
date_hash = {
"type" => type,
Expand Down

0 comments on commit 72082e7

Please sign in to comment.