aboutsummaryrefslogtreecommitdiffstats
path: root/ext/persist.lv2/persist.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-05 17:15:13 +0000
committerDavid Robillard <d@drobilla.net>2010-10-05 17:15:13 +0000
commit287ab9c58b21547dcef8928cfce4aa277d62c804 (patch)
tree21341ad81aadfffd124049ffb0d04ac3867d6a4a /ext/persist.lv2/persist.ttl
parent7b640dc2a278cc4e48409f0f189aefda6f8d741e (diff)
downloadlv2-287ab9c58b21547dcef8928cfce4aa277d62c804.tar.xz
Fix invalid character entity (documentation validates again).
Diffstat (limited to 'ext/persist.lv2/persist.ttl')
-rw-r--r--ext/persist.lv2/persist.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/persist.lv2/persist.ttl b/ext/persist.lv2/persist.ttl
index 2d0bb84..1cbbdb7 100644
--- a/ext/persist.lv2/persist.ttl
+++ b/ext/persist.lv2/persist.ttl
@@ -106,7 +106,7 @@ Note that the domain of this property is unspecified, since LV2 does not
define any RDF class for plugin instance. This predicate may be used
wherever it makes sense to do so, e.g.:
<pre>
-@prefix eg: &lt;http://example.org/&gt .
+@prefix eg: &lt;http://example.org/&gt; .
&lt;plugininstance&gt; persist:instanceState [
eg:somekey "some value" ;