From c295f8dd7d964e1c47100402beccdfa4f0b78e9f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Mar 2011 22:56:23 +0000 Subject: Fix typo. --- core.lv2/lv2.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lv2/lv2.ttl b/core.lv2/lv2.ttl index e192afa..b96d535 100644 --- a/core.lv2/lv2.ttl +++ b/core.lv2/lv2.ttl @@ -578,7 +578,7 @@ lv2:optionalFeature a rdf:Property ; rdfs:range lv2:Feature ; rdfs:label "Optional feature" ; rdfs:comment """ -Signifies that a plugin or other resource supports a certain features. +Signifies that a plugin or other resource supports a certain feature. If the host supports this feature, it MUST pass its URI and any additional data to the plugin in the instantiate() function. The plugin MUST NOT fail to instantiate if an optional feature is not supported by the host. -- cgit v1.2.1