From 5d0a64ea44e27cb4de4b7a38b39021efe02ff26a Mon Sep 17 00:00:00 2001
From: David Robillard
Date: Thu, 19 Mar 2020 15:31:01 +0100
Subject: Fix invalid Turtle in MIDI vocabulary example
This caused weird syntax highlighting in the documentation.
---
lv2/midi/midi.ttl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'lv2')
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:
-port midi:binding [
+eg:port midi:binding [
a midi:Controller ;
midi:controllerNumber 17
] .
--
cgit v1.2.1