diff options
author | Lars Luthman <lars.luthman@gmail.com> | 2011-03-07 11:19:06 +0000 |
---|---|---|
committer | Lars Luthman <lars.luthman@gmail.com> | 2011-03-07 11:19:06 +0000 |
commit | a913c1e0d0443aeb7b34d5ab94aa480788028082 (patch) | |
tree | 7d31ebd638d1f58d035d6b10604ee078eb29f238 | |
parent | 7f97e31e24180c4186725a105b7004515e5ea108 (diff) | |
download | lv2-a913c1e0d0443aeb7b34d5ab94aa480788028082.tar.xz |
Minor clarification
-rw-r--r-- | core.lv2/lv2.ttl | 4 |
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 ; |