aboutsummaryrefslogtreecommitdiffstats
path: root/ext/reference.lv2
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reference.lv2')
-rw-r--r--ext/reference.lv2/reference.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reference.lv2/reference.ttl b/ext/reference.lv2/reference.ttl
index fae31d3..e59e0ae 100644
--- a/ext/reference.lv2/reference.ttl
+++ b/ext/reference.lv2/reference.ttl
@@ -71,7 +71,7 @@ LV2_Blob_Support.
reference:Blob a rdfs:Class ;
rdfs:label "Blob" ;
lv2:documentation """
-<p>Base class for all dynamically allocated blobs. An <a LV2_Blob is an opaque
+<p>Base class for all dynamically allocated blobs. An LV2_Blob is an opaque
pointer to host data. The type and data of a blob can be accessed via
host-provided functions in LV2_Blob_Support. The type of a blob can be any URI
that describes a data format. Blobs are always allocated by the host, and