aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core.lv2/lv2.ttl4
1 files changed, 3 insertions, 1 deletions
diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl
index d95a29a..7aad839 100644
--- a/core.lv2/lv2.ttl
+++ b/core.lv2/lv2.ttl
@@ -556,7 +556,9 @@ values in the range of lv2:float.
lv2:Feature a rdfs:Class ;
rdfs:subClassOf lv2:Resource ;
rdfs:label "Feature" ;
- rdfs:comment "An additional feature which a plugin may use or require.".
+ rdfs:comment """
+An additional feature which a plugin or other resource may use or require.
+""".
lv2:optionalFeature a rdf:Property ;
rdfs:domain lv2:Resource ;