summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manual/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/index.html b/manual/index.html
index 32fec61b..f591f9c8 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -1187,7 +1187,7 @@ key and its value becomes the value,</p>
<pre><code>"f o o" as $foo | "b a r" as $bar | {$foo, $bar:$foo}
</code></pre>
<p>produces</p>
-<pre><code>{"f o o":"f o o","b a r":"f o o"}
+<pre><code>{"foo":"f o o","b a r":"f o o"}
</code></pre>