lib/adiwg/mdtranslator/writers/html/sections/html_entityAttribute.rb in adiwg-mdtranslator-2.9.2 vs lib/adiwg/mdtranslator/writers/html/sections/html_entityAttribute.rb in adiwg-mdtranslator-2.10.0
- old
+ new
@@ -65,12 +65,12 @@
# entity attribute - allow nulls {Boolean}
@html.em('Allow NULL Values: ')
@html.text!(hAttribute[:allowNull].to_s)
@html.br
- # entity attribute - allow many {Boolean}
- @html.em('Allow Many Values: ')
- @html.text!(hAttribute[:allowMany].to_s)
+ # entity attribute - must be unique {Boolean}
+ @html.em('Attribute Values Must Be Unique: ')
+ @html.text!(hAttribute[:mustBeUnique].to_s)
@html.br
# entity attribute - unit of measure
unless hAttribute[:unitOfMeasure].nil?
@html.em('Unit of Measure: ')