diff options
author | David Robillard <d@drobilla.net> | 2011-11-05 00:09:48 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-05 00:09:48 +0000 |
commit | b439ac096d4b61bc5522ec29e5fb8260463e06a9 (patch) | |
tree | aebe0d37cd991fc8a88bbe051a03c36bd4201b6a /ext/reference.lv2 | |
parent | 4deb1148e3e2a5008d2fb8b3d08e88bfe393cc01 (diff) | |
download | lv2-b439ac096d4b61bc5522ec29e5fb8260463e06a9.tar.xz |
Fix invalid markup.
Diffstat (limited to 'ext/reference.lv2')
-rw-r--r-- | ext/reference.lv2/reference.ttl | 2 |
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 |