Added one missing name change to Web MIDI API
authorJussi Kalliokoski <jussi.kalliokoski@gmail.com>
Sun, 12 Aug 2012 18:01:36 +0300
changeset 114 6e7e48ed2d82
parent 113 8a31db30feb2
child 115 d7fa9333e334
Added one missing name change to Web MIDI API

MIDIPort:
* deviceType -> type
midi/specification.html
--- a/midi/specification.html	Sun Aug 12 17:58:04 2012 +0300
+++ b/midi/specification.html	Sun Aug 12 18:01:36 2012 +0300
@@ -542,11 +542,11 @@
       <dl title="[NoInterfaceObject]
                  interface MIDIPort : EventTarget"
           class="idl">
-        <dt>readonly attribute MIDIPortType deviceType</dt>
+        <dt>readonly attribute MIDIPortType type</dt>
         <dd>
           <p>
             A descriptor property to distinguish whether the device is an
-            input or an output device.
+            input or an output port.
             For <code><a>MIDIOutput</a></code>,
             this MUST be <code>"output"</code>.
             For <code><a>MIDIInput</a></code>,