about summary refs log tree commit diff stats
path: root/fork.mu
diff options
context:
space:
mode:
Diffstat (limited to 'fork.mu')
-rw-r--r--fork.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/fork.mu b/fork.mu
index 1d717181..3aa37227 100644
--- a/fork.mu
+++ b/fork.mu
@@ -1,7 +1,7 @@
 # example program: running multiple routines
 
 recipe main [
-  start-running thread2:recipe
+  start-running thread2
   {
     $print 34
     loop