Taxonomies: Typo in IEP Taxonomy
Closed this issue · 1 comments
packet-rat commented
There's a typo in the MUST NOT value:
"predicate": "unmodified-resale",
"entry": [
{
"value": "MAY",
"expanded": "Recipients MAY resell the information received."
},
{
"value": "MUST NO",
"expanded": "Recipients MUST NOT resell the information received unmodified or in a semantically equivalent format."
Should be:
"predicate": "unmodified-resale",
"entry": [
{
"value": "MAY",
"expanded": "Recipients MAY resell the information received."
},
{
"value": "MUST NOT",
"expanded": "Recipients MUST NOT resell the information received unmodified or in a semantically equivalent format."
iglocska commented
Thanks a lot for the heads-up, fixed and updated the version.