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 e9955f4a..1cf6930a 100644
--- a/092socket.mu
+++ b/092socket.mu
@@ -29,7 +29,7 @@ def example-handler query:text -> response:text [
   return [abc]
 ]
 
-# To test client operations, use `assume-resources` with a filename that
+# To test client operations, use 'assume-resources' with a filename that
 # begins with a hostname. (Filenames starting with '/' are assumed to be
 # local.)
 scenario example-client-test [