about summary refs log tree commit diff stats
path: root/054dilated_reagent.cc
diff options
context:
space:
mode:
Diffstat (limited to '054dilated_reagent.cc')
-rw-r--r--054dilated_reagent.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/054dilated_reagent.cc b/054dilated_reagent.cc
index 70217ee4..756dc11d 100644
--- a/054dilated_reagent.cc
+++ b/054dilated_reagent.cc
@@ -10,7 +10,7 @@ recipe main [
 
 //: First augment next_word to group balanced brackets together.
 
-:(after "string next_word(istream& in)")
+:(before "End next_word Special-cases")
   if (in.peek() == '(')
     return slurp_balanced_bracket(in);
   // curlies are like parens, but don't mess up labels