aboutsummaryrefslogtreecommitdiffstats
path: root/core.lv2/lv2.ttl
diff options
context:
space:
mode:
authorLars Luthman <lars.luthman@gmail.com>2011-03-07 11:19:06 +0000
committerLars Luthman <lars.luthman@gmail.com>2011-03-07 11:19:06 +0000
commita913c1e0d0443aeb7b34d5ab94aa480788028082 (patch)
tree7d31ebd638d1f58d035d6b10604ee078eb29f238 /core.lv2/lv2.ttl
parent7f97e31e24180c4186725a105b7004515e5ea108 (diff)
downloadlv2-a913c1e0d0443aeb7b34d5ab94aa480788028082.tar.xz
Minor clarification
Diffstat (limited to 'core.lv2/lv2.ttl')
-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 ;