about summary refs log tree commit diff stats
path: root/html/http-server.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/http-server.mu.html')
-rw-r--r--html/http-server.mu.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/http-server.mu.html b/html/http-server.mu.html
index 97220e9b..6ed0ffe6 100644
--- a/html/http-server.mu.html
+++ b/html/http-server.mu.html
@@ -54,8 +54,8 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <span class="Constant">SUCCESS!</span>
 <span class="Constant">]</span>
   $print <span class="Constant">10/newline</span>, <span class="Constant">[Wrote to and closing socket...]</span>, <span class="Constant">10/newline</span>
-  $close-socket session
-  $close-socket socket
+  session <span class="Special">&lt;-</span> $close-socket session
+  socket <span class="Special">&lt;-</span> $close-socket socket
 ]
 </pre>
 </body>