about summary refs log tree commit diff stats
path: root/html/http-client.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/http-client.mu.html')
-rw-r--r--html/http-client.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/http-client.mu.html b/html/http-client.mu.html
index 96e87f5c..20691582 100644
--- a/html/http-client.mu.html
+++ b/html/http-client.mu.html
@@ -35,7 +35,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 
 <span class="muRecipe">def</span> main [
   <span class="Constant">local-scope</span>
-  google:&amp;:source:char<span class="Special"> &lt;- </span>start-reading-from-network <span class="Constant">0/real-resources</span>, <span class="Constant">[google.com]</span>, <span class="Constant">[/]</span>
+  google:&amp;:source:char<span class="Special"> &lt;- </span>start-reading-from-network <span class="Constant">0/real-resources</span>, <span class="Constant">[google.com/]</span>
   n:num<span class="Special"> &lt;- </span>copy <span class="Constant">0</span>
   buf:&amp;:buffer<span class="Special"> &lt;- </span>new-buffer <span class="Constant">30</span>
   <span class="Delimiter">{</span>