about summary refs log tree commit diff stats
path: root/html/092socket.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-12-11 16:18:18 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-12-11 16:18:18 -0800
commit294b2ab35983ebe95698835bb54bca8bd3eec101 (patch)
treefbc74bea6cefd7b8f527d36a7b7c6804dd886414 /html/092socket.mu.html
parentd5c86dfd8706e6b3ceee7843464797e6fcad4259 (diff)
downloadmu-294b2ab35983ebe95698835bb54bca8bd3eec101.tar.gz
3705 - switch to tested file-system primitives
Diffstat (limited to 'html/092socket.mu.html')
-rw-r--r--html/092socket.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/092socket.mu.html b/html/092socket.mu.html
index f33fb8bd..cbff28cc 100644
--- a/html/092socket.mu.html
+++ b/html/092socket.mu.html
@@ -111,7 +111,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
   <span class="Delimiter">{</span>
     <span class="muControl">break-unless</span> resources
     <span class="Comment"># fake network</span>
-    contents <span class="Special">&lt;-</span> start-reading-from-fake-resources resources, uri
+    contents <span class="Special">&lt;-</span> start-reading-from-fake-resource resources, uri
     <span class="muControl">return</span>
   <span class="Delimiter">}</span>
   <span class="Comment"># real network</span>