aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/midi/midi.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-19 15:31:01 +0100
committerDavid Robillard <d@drobilla.net>2020-03-28 17:10:05 +0100
commit5d0a64ea44e27cb4de4b7a38b39021efe02ff26a (patch)
tree56403ae7cfaeffdc4fad3ce300a93665308b687f /lv2/midi/midi.ttl
parentfe32463b4fdc7c24cdaf8e1b8b430c0fd381b231 (diff)
downloadlv2-5d0a64ea44e27cb4de4b7a38b39021efe02ff26a.tar.xz
Fix invalid Turtle in MIDI vocabulary example
This caused weird syntax highlighting in the documentation.
Diffstat (limited to 'lv2/midi/midi.ttl')
-rw-r--r--lv2/midi/midi.ttl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/midi/midi.ttl b/lv2/midi/midi.ttl
index 0af3a3e..1de2d68 100644
--- a/lv2/midi/midi.ttl
+++ b/lv2/midi/midi.ttl
@@ -279,7 +279,7 @@ should be a midi:MidiEvent but the property that represents the control value ma
be omitted. For example, to bind to the value of controller 17:</p>
<pre class="turtle-code">
-port midi:binding [
+eg:port midi:binding [
a midi:Controller ;
midi:controllerNumber 17
] .