From 287ab9c58b21547dcef8928cfce4aa277d62c804 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 5 Oct 2010 17:15:13 +0000 Subject: Fix invalid character entity (documentation validates again). --- ext/persist.lv2/persist.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/persist.lv2/persist.ttl') 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.:
-@prefix eg: <http://example.org/> .
+@prefix eg: <http://example.org/> .
 
 <plugininstance> persist:instanceState [
     eg:somekey "some value" ;
-- 
cgit v1.2.1