diff options
author | David Robillard <d@drobilla.net> | 2010-10-05 17:15:13 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-05 17:15:13 +0000 |
commit | 287ab9c58b21547dcef8928cfce4aa277d62c804 (patch) | |
tree | 21341ad81aadfffd124049ffb0d04ac3867d6a4a /ext/persist.lv2 | |
parent | 7b640dc2a278cc4e48409f0f189aefda6f8d741e (diff) | |
download | lv2-287ab9c58b21547dcef8928cfce4aa277d62c804.tar.xz |
Fix invalid character entity (documentation validates again).
Diffstat (limited to 'ext/persist.lv2')
-rw-r--r-- | ext/persist.lv2/persist.ttl | 2 |
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: <http://example.org/> . +@prefix eg: <http://example.org/> . <plugininstance> persist:instanceState [ eg:somekey "some value" ; |