about summary refs log tree commit diff stats
path: root/092socket.mu
diff options
context:
space:
mode:
Diffstat (limited to '092socket.mu')
-rw-r--r--092socket.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/092socket.mu b/092socket.mu
index 5a16a367..6cc43659 100644
--- a/092socket.mu
+++ b/092socket.mu
@@ -26,7 +26,7 @@ F - example-server-test: $open-server-socket failed]
 def example-handler query:text -> response:text [
   local-scope
   load-ingredients
-  reply [abc]
+  return [abc]
 ]
 
 # To test client operations, use `assume-resources` with a filename that