--- a/webaudio/specification.html Fri Apr 05 16:05:49 2013 -0700
+++ b/webaudio/specification.html Fri Apr 05 16:10:29 2013 -0700
@@ -790,12 +790,9 @@
href="#AudioDestinationNode-section"><code>AudioDestinationNode</code></a>
(what the user ultimately hears). Nodes are created from the context and are
then <a href="#ModularRouting-section">connected</a> together. In most use
-cases, only a single AudioContext is used per document. An AudioContext is
-constructed as follows: </p>
-<pre> var context = new AudioContext();
- </pre>
-<br />
-
+cases, only a single AudioContext is used per document.</p>
+
+<br>
<div class="block">