about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-06 11:10:08 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-06 11:10:08 -0700
commitcc94ec1151cc4a7e853369b2e99d5533c01e56df (patch)
tree262f547835dee793514caba6e1e4990118459ec7
parent08f533d0ccbb10b761d2228818c68ac847944d8e (diff)
downloadmu-cc94ec1151cc4a7e853369b2e99d5533c01e56df.tar.gz
1537
-rw-r--r--repl.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl.mu b/repl.mu
index 3d0593fd..dd0000a5 100644
--- a/repl.mu
+++ b/repl.mu
@@ -256,7 +256,7 @@ recipe slurp-comment [
     loop
   }
   trace [app], [slurp-regular-characters: newline encountered; unwinding stack]
-  continue-from completed:continuation
+  continue-from complete:continuation
 ]
 
 # read characters from keyboard, print them to screen in the string color and