about summary refs log tree commit diff stats
path: root/cpp/012transform
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/012transform')
-rw-r--r--cpp/012transform3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/012transform b/cpp/012transform
index bb61c6e0..59b87e69 100644
--- a/cpp/012transform
+++ b/cpp/012transform
@@ -1,5 +1,4 @@
-//: Once a set of recipes is loaded, it can be filtered through an extensible
-//: list of 'transforms'.
+//: Phase 2: Filter loaded recipes through an extensible list of 'transforms'.
 //:
 //: The hope is that this framework of transform tools will provide a
 //: deconstructed alternative to conventional compilers.