aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/midi
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/midi')
-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
] .