From f207706a7ca2050ae86a468b416f45309cbfc591 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Oct 2020 12:12:14 +0200 Subject: Fix HTML character entities in documentation Not all of these actually show up in the output, but it's unnecessary to use these in Markdown anyway. --- lv2/atom/atom.meta.ttl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lv2/atom') diff --git a/lv2/atom/atom.meta.ttl b/lv2/atom/atom.meta.ttl index 7b04180..9d714d8 100644 --- a/lv2/atom/atom.meta.ttl +++ b/lv2/atom/atom.meta.ttl @@ -214,8 +214,8 @@ string in any language or a value of any type. A Literal has a encoding. The length of the string data in bytes is `size - sizeof(LV2_Atom_Literal)`, including the terminating NULL character. The `lang` field SHOULD be a URI of the form -<http://lexvo.org/id/iso639-3/LANG> or -<http://lexvo.org/id/iso639-1/LANG> where LANG is a 3-character ISO 693-3 +`http://lexvo.org/id/iso639-3/LANG` or +`http://lexvo.org/id/iso639-1/LANG` where LANG is a 3-character ISO 693-3 language code, or a 2-character ISO 693-1 language code, respectively. A Literal may have a `datatype` or a `lang`, but never both. @@ -484,7 +484,7 @@ MUST be a sub-class of atom:Atom. For example, an input port that is connected directly to an LV2_Atom_Double value is described like so: :::turtle - <plugin> + lv2:port [ a lv2:InputPort , atom:AtomPort ; atom:bufferType atom:Double ; @@ -508,7 +508,7 @@ expected by a port. For example, a port that receives MIDI events is described like so: :::turtle - <plugin> + lv2:port [ a lv2:InputPort , atom:AtomPort ; atom:bufferType atom:Sequence ; -- cgit v1.2.1