From b439ac096d4b61bc5522ec29e5fb8260463e06a9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 5 Nov 2011 00:09:48 +0000 Subject: Fix invalid markup. --- ext/reference.lv2/reference.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/reference.lv2/reference.ttl') 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 """ -

Base class for all dynamically allocated blobs. An 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 -- cgit v1.2.1