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-11-11 15:54:19 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-11-11 15:54:19 -0800
commit6d007fda037331e7761d2a9ed3a2e435131daf7e (patch)
tree656aa7fe284b2b11c01f0389fe81f1b31025ce4e /html/092socket.mu.html
parentc9f920da6e6b3e7049f078fea35e08256cae7c5b (diff)
downloadmu-6d007fda037331e7761d2a9ed3a2e435131daf7e.tar.gz
3667
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 e3c179eb..f33fb8bd 100644
--- a/html/092socket.mu.html
+++ b/html/092socket.mu.html
@@ -60,7 +60,7 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
 <span class="muRecipe">def</span> example-handler query:text<span class="muRecipe"> -&gt; </span>response:text [
   <span class="Constant">local-scope</span>
   <span class="Constant">load-ingredients</span>
-  <span class="muControl">reply</span> <span class="Constant">[abc]</span>
+  <span class="muControl">return</span> <span class="Constant">[abc]</span>
 ]
 
 <span class="Comment"># To test client operations, use `assume-resources` with a filename that</span>