Skip to content

Commit

Permalink
minor rewording of code comment #1632
Browse files Browse the repository at this point in the history
  • Loading branch information
stuzart committed Nov 9, 2023
1 parent e33ec14 commit 6cbf86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/sample_attribute.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SampleAttribute < ApplicationRecord
# sample type exists
attr_reader :deferred_link_to_self

# whether this attribute is tied to a controlled vocab which has a source ontology
# whether this attribute is tied to a controlled vocab which is based on an ontology
delegate :ontology_based?, to: :sample_controlled_vocab, allow_nil: true

def title=(title)
Expand Down

0 comments on commit 6cbf86d

Please sign in to comment.